> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/help/tutorials/for-users/using-templates-for-records.md).

# Using Templates for Records

## Introduction

For recurring files and metadata, **record templates** help you save time. Templates allow you to store specific metadata and reuse it for both new and existing records.

By default, templates are available only to the logged-in user. With the appropriate permissions, templates can also be shared with other users or user groups.

## Create a Template

Templates can be created in any editor.

To create a template, either:

* Edit an existing record that already contains all the data you want to save, or
* Create a new record and enter all the data you want to include in the template.

In the upper-right corner of the editor, click the **bookmark** icon and select "**Save as Template"**.

<div align="center"><figure><img src="/files/Btc6Z5cf3hkMnAQFnoVR" alt="" width="375"><figcaption></figcaption></figure></div>

A popover appears where you can enter a **name** and an optional **description**. Descriptions are especially helpful when sharing templates with others.

Once saved, the template is available for use (see below).

## Ad hoc Templates

If you don’t want to save a template permanently, you can create an "**Ad hoc Template"**. This option is available via the "**Copy"** icon in the editor.

Ad hoc templates are stored temporarily. When you save another Ad hoc template, the previous one is overwritten.

## Apply a Template

Templates can be applied to both new and existing records.

To apply a template:

1. Click the **bookmark** icon in the upper-right corner of the editor.
2. Select the template you want to apply.

Your personal templates are listed first, followed by templates you have shared with others or that have been shared with you.

After selecting a template, you will be prompted to choose whether the template values should:

* **Overwrite** the existing values in the editor, or
* **Merge** with the existing values.

Remember to **save the record** after applying a template.

## Customize Templates

To manage your templates, click "**Customize Templates"** from the same menu. Here you can:

* Rename templates
* Edit descriptions
* Delete templates
* Change the order of templates
* Preview the template data

## Share a Template

Templates can be shared with other user groups **only at the time of creation**. Existing templates cannot be shared retroactively.

To share a template with a user group, you must have permission to edit the group you are sharing the template with.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fylr.io/help/tutorials/for-users/using-templates-for-records.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
