mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 18:04:55 +10:00
b92c53dbb2
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
35 lines
805 B
Plaintext
35 lines
805 B
Plaintext
---
|
|
title: Templates
|
|
description: Create reusable document templates for common signing workflows.
|
|
---
|
|
|
|
## Why Use Templates?
|
|
|
|
- **Save time**: Don't recreate the same document structure repeatedly
|
|
- **Consistency**: Ensure fields are placed correctly every time
|
|
- **Efficiency**: Pre-configure recipients and settings
|
|
|
|
---
|
|
|
|
## Template Workflow
|
|
|
|
<Cards>
|
|
<Card
|
|
title="Create a Template"
|
|
description="Build a reusable template from a document."
|
|
href="/docs/users/templates/create"
|
|
/>
|
|
<Card
|
|
title="Use a Template"
|
|
description="Create documents from your templates."
|
|
href="/docs/users/templates/use"
|
|
/>
|
|
</Cards>
|
|
|
|
---
|
|
|
|
## See Also
|
|
|
|
- [Documents](/docs/users/documents) - Sending individual documents
|
|
- [API Templates](/docs/developers/api/templates) - Create templates via API
|