> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Templates overview

> Manage reusable templates that define the structure and format of every regulatory report Reporter generates from your data.

Templates are reusable configurations that define the structure and format of generated reports. In this section, you'll learn how to manage templates via the [Lerian Console](/en/platform/lerian-console/about-lerian-console).

## Accessing the Templates page

***

To open the **Templates** page, click **Templates** from the left-side menu on the **Reporter** page.

The page displays all templates for the organization in a table format, with the following columns:

* **Name** — the template name.
* **Template ID** — the unique identifier for the template.
* **Format** — the output format (CSV, XML, HTML, TXT, or PDF).
* **Last Modified** — the date the template was last modified.
* **Actions** — action menu.

You can filter templates by name, creation date, or output format using the filter fields above the table.

### Creating templates

The Templates page offers two creation modes:

* **Template Builder** — a visual editor for building templates in a guided flow.
* **New Template** — uploads a `.tpl` file created externally.

### Available actions menu

For each template, the following actions are available in the action menu (<Icon icon="ellipsis-vertical" />):

* **Preview** — previews the template (available only for templates created with the Template Builder).
* **Edit** — opens the edit wizard or the Template Builder, depending on how the template was created.
* **Delete** — permanently removes the template.

### Related pages

<Columns cols={2}>
  <Card title="Add a template" icon="plus" horizontal href="/en/platform/lerian-console/reporter-console/adding-template" />

  <Card title="Update a template" icon="pen" horizontal href="/en/platform/lerian-console/reporter-console/updating-a-template" />

  <Card title="Delete a template" icon="trash" horizontal href="/en/platform/lerian-console/reporter-console/deleting-a-template" />

  <Card title="Template Builder" icon="blocks" horizontal href="/en/platform/lerian-console/reporter-console/template-builder" />
</Columns>
