Learn how to create reusable templates in Agrello to save time and streamline your contract creation process.
Agrello templates allow you to save time by reusing existing files to create new contracts. You can include dynamic fields that can be modified for each contract and also generate multiple contracts simultaneously by combining a template with Excel or Google Spreadsheet data.
To create an Agrello template, there are two main steps involved:
Creating a template using Microsoft Word is easy. However, you can also use Google Docs, Open Office, or any other text editing software as long as you can save the file in Docx format.
Agrello templates are useful for frequently used documents or contracts where the content does not change much, such as NDAs, application forms, terms and conditions, and simple sales contracts. A template is essentially a Docx file that contains dynamic fields marked with {{curly_brackets}}. These fields can be filled with data once you create a new document based on that template.
To create a field in your Word document, you need to insert the field name, starting with {{, followed by the field name, and ending with }} where the field should be placed in the text. Choose an appropriate field name using only alphabet characters, numbers, and underscores, for example, {{Company_1_name}} and {{Company_2_name}} for two counterparties.
To better understand how it works, you can download an example template.
ℹ️Important note!
As we have witnessed some corner case errors when handling Word DOCX fields marked with {{curly_brackets}} we need to implement a few restrictions on using fields in Word documents.
Use only alphanumeric characters inside the curly brackets: A_Z, a-z, 0-9 and underscores.
Correct:
{{first_name}}
{{company_name}}
{{0_day_clause}}
Incorrect:
{{First Name}}
{{Name & Position}}
{{Name&Position}}
{{Äriregistri_number}}
Using text formatting inside or partially inside the curly bracket is not allowed. If you want to use text formatting, enclose the whole field with it.
Correct:
{{emphasized_text_field}}
Incorrect:
{{partially_emphasized_text_field}}
! Please review the existing template files, and make sure they don’t use incorrect syntax. You can download the template file, update the fields in Word and create a new template with correct syntax!
___
Once you have created a template using Microsoft Word and uploaded it to the Agrello platform, you need to add signature fields to the template as well.
To upload a new template, click on Create new button and choose Template.
After the upload, template view is opened. You can add signature fields or Text fields by pressing either of the green buttons.
Now your template is ready for use - press "USE TEMPLATE" button on the right corner to create a document from it.