# Templates

### Overview

As an Admin, you can create templates to standardize and streamline various tasks. Here's what you can create templates for:

* **Questions**: Ensure all relevant information is provided in team requests.
* **Documents**: Make sure users capture all required documentation.
* **Glossary Terms**: Enforce inclusion of all necessary context in term descriptions.
* **Table, Column, and Dashboard Documentation**: Streamline adding additional context to any resource in Secoda.

### Creating a template

1. Navigate to Settings > Templates
2. Click "Create template"
3. Select the type of resource that the template will be associated with

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/a21cfa98-0f2c-43bc-ab41-78f5e335cae8.png" alt=""><figcaption></figcaption></figure>

### Editing a template

Depending on the resource type, there are different properties and content you can customize on a template.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/2af78a61-cb18-4ea4-93d6-a5685cf8daef.png" alt=""><figcaption></figcaption></figure>

**Standard template content**\
This conent can be configured for all templates

* Title: The name of the template
* Description: Short form content using a limited version of the rich text editor
* Documentation: Long form content that can contain rich information

**Template properties**\
These properties can be configured on document, glossary, collection, and question templates

* Owners
* Teams
* Collections
* Tags
* Related Resources

**Special Fields**

* Synonyms: For glossary and dictionary terms
* Priority and Assignee: For questions

### Using a template

To apply a template for collections, glossary, documents, or questions, navigate to the list page and click the dropdown menu to select a template.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/03308a1f-7234-47fd-9fed-681b3e28a6d7.png" alt=""><figcaption></figcaption></figure>

To apply a template for tables, columns, and dashboards navigate to the resource page then to the Documentation tab and click the "Templates" button.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/4020c7da-9eae-421d-94a2-a81a482c29ac.png" alt=""><figcaption></figcaption></figure>

### Default template

You can set a template as the default format for editors and viewers:

1. Click on the three dots beside the template you'd like to set as default.
2. From the menu, select "Set as default."

In this menu, you can also deletel templates.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/10a90e0e-6993-4b63-914b-b5f4b59c854f.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Not using Secoda to manage your data knowledge yet? Sign up for free [here](https://app.secoda.co) 👈
{% endhint %}


---

# Agent Instructions: 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.secoda.co/resource-and-metadata-management/add-documentation/templates.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.
