Reuse your best work instead of redoing the mechanical part.
Start from structures you already trust and fill in client and service details with reusable variables.
Create free accountTemplates
- Quote · Proposal
- Contract · Agreement
Client variables
- {{cliente.nombre}}
- {{cliente.documento}}
Document variables
- {{fecha}}
- {{cotizacion.total}}
Stop starting every document from zero
Keep proposals consistent with each other
Make fewer mistakes retyping the same details
From a structure you know to a document with your details in it.
- 01
Pick a starting point
- 02
Fill in the variables
- 03
Tailor the result
An agency reuses the structure of a proposal, swaps client, scope and terms, and keeps the presentation consistent.
Can I save my own documents as templates?
Yes. A document that worked can be saved as your own template to start from next time.
What happens if a variable is left empty?
The gap isn’t printed: the line closes up so the document never shows unfilled placeholders.
It all works together.
Each feature hands the next one its context: the client, the document, the decision and the payment.
Create free account