> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/administration/templates/manage-templates.md).

# Manage templates

The Template screen includes a list of your templates and any of the public templates shared within your organization. From the list, you can sort, search, and filter your templates from the list for easier review and management. You can also create, edit, delete, and share templates from the screen.

See also: You can create a new template or create a template from an existing request for proposal event. For more information, see Create a full template.

### Access templates list <a href="#accesstemplateslist" id="accesstemplateslist"></a>

{% stepper %}
{% step %}
From the **menu**, select *Administration*.
{% endstep %}

{% step %}
Select the Templates tab.

Templates - column descriptions

| Column                                                                                          | Description                                                                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Title                                                                                           | Displays the template title.                                                                                                                                                                                                                  |
| Shared with                                                                                     | Displays if the template has been shared with the entire company or specific buyer teams.                                                                                                                                                     |
| Creator                                                                                         | Displays the user that created the template.                                                                                                                                                                                                  |
| Updated                                                                                         | Displays the date and time when the template was last updated.                                                                                                                                                                                |
| Types                                                                                           | <p>Displays if it is a <em>Full</em> or <em>Section</em> template.</p><ul><li>A <em>Full</em> template provides information for a new event.</li><li>A <em>Section</em> template provides information for a new section of a event.</li></ul> |
| actions ![](https://docs.fairmarkit.com/content/resources/images/buttons/actions-btn_20x20.png) | A list of available actions for the template.                                                                                                                                                                                                 |

{% endstep %}
{% endstepper %}

### Find templates <a href="#findtemplates" id="findtemplates"></a>

You can quickly find your templates through the sort, search, and filter options.

#### View list by type

At the top of the screen, use the Show field to filter the list by who created the template. Available options include All, My Templates (templates you created), Team Templates (all templates shared with your assigned teams) and Company Templates (all templates shared within your organization) and [*Fairmarkit Templates*](/glossary/glossary/templates.md) (standard templates provided by Fairmarkit).

#### Sort templates

The top of the list includes a header for each column. Click a header to sort the list by the column. Once selected, an arrow displays next to the header. Click the header again to switch the sort between ascending and descending order.

#### Search templates

You can search based on the Title in the Search bar. Click the Cancel  button in the search bar to view the complete list again.

### Edit a template <a href="#editatemplate" id="editatemplate"></a>

After you have created a template, you may need to edit or add content.

Note: You can only edit a template if you created the template or you are the Admin for your organization.

* For a template line, click **actions** and then select **Edit**.\
  The template displays in edit mode.

### Delete a template <a href="#deleteatemplate" id="deleteatemplate"></a>

When no longer needed, you can delete a template. However, once deleted, you cannot undo the action.

Note: You can only delete a template if you created the template or you are the Admin for your organization.

{% stepper %}
{% step %}
For the template line, click **actions** and then select **Delete**.\
A confirmation message displays.
{% endstep %}

{% step %}
Click **Confirm**.\
The template is deleted.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.fairmarkit.com/buyers/administration/templates/manage-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
