Skip to main content

Managing Templates

Templates are reusable, pre-approved documents with fill-in-the-blank fields. They power the Start from Template option when people create documents, so everyone produces consistent, on-brand paperwork. This page is for the administrators who create, version, and publish those templates.

The Document Templates management page


How to open this page

Go to Templates → Document Templates. This page requires the Manage Document Templates permission, so it's only visible to administrators.

The header reads Document Templates with Import and New Template buttons, and the description explains that templates are "used by the 'Start from Template' generator."


What you see on this page

  • Stat cardsTotal Templates, per-category counts, and Published.
  • Toolbar — search, plus filters for category and status (Published / Draft / Archived), a clear button, and a result count.
  • The templates table:
ColumnWhat it shows
TemplateIcon, name, description, the number of variables, and the last-updated date.
CategoryHR, Finance, Legal, or IT.
TypeDOCX, PDF, or XLSX.
VersionThe current template version.
OwnerWho owns the template.
UsageA bar showing how often it's used.
StatusPublished, Draft, or Archived.
ActionsEdit, plus a row menu for more options.

Creating or editing a template

  1. Click New Template (or the edit icon on a row).
  2. The editor dialog opens with three tabs.

Basics tab

Set the core details:

  • Name (required)
  • Description
  • Category (required) — HR, Finance, Legal, or IT
  • File Type (required) — Word (DOCX), PDF, or Excel (XLSX)
  • Default Workspace
  • Document Category
  • Default Security Level
  • Owner
  • Auto-start workflow — tick to kick off a workflow automatically when a document is generated from this template.
The Basics tab of the template editor

Variables tab

Define the fill-in-the-blank fields. Each variable has a Key, a Display Label, and a Type. In the template body you reference a variable by wrapping its key in double braces — for example {{EmployeeName}}. The tab heading shows how many variables the template has.

The Variables tab of the template editor

Body tab

Write the document content. A live preview shows the body with each {{Key}} replaced by sample text, so you can see how the finished document will read.

Saving

Click Save & Publish to publish the template (set its status to Published) so it appears in the Start from Template gallery.

Templates are versioned automatically — saving an edit creates a new version, so you keep a full history of changes.


More actions on a template

Open the row menu on any template for:

  • Edit
  • Duplicate
  • Publish / Unpublish
  • Archive / Restore
  • Export JSON
  • Delete

You can also Import a template from the page header.


How templates are used

When someone creates a document and chooses Start from a Template, they pick from the published templates here, then a wizard walks them through Variables → Metadata & Location → Finalize. See Uploading and creating documents for that flow.


Tips

  • Only Published templates appear in the gallery — keep works-in-progress as Draft until they're ready.
  • Give variables clear Display Labels; that's the text people see when filling in the template.
  • Use Auto-start workflow on templates that always need approval, so the workflow begins the moment the document is generated.

Troubleshooting

ProblemWhat to check
A template doesn't appear in Start from TemplateIts status must be Published — check the status filter and publish it.
I can't open this pageIt needs the Manage Document Templates permission — ask an administrator.
My {{Key}} shows literally in the generated documentThe variable key in the body must exactly match a Key defined on the Variables tab.
Editing created a new version unexpectedlyThat's by design — every saved edit is versioned automatically.