> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tenant/standards/alignment/templates.md).

# Templates

{% hint style="warning" %}

## **Understanding Standards**

This page is a reference to the features of the Standards Templates page in CIPP. To better understand Standards and Drift, please see the main page for ...
{% endhint %}

This page lists every Standards and Drift template you have built. A template is a named set of standards together with the tenants it applies to, and it is the unit CIPP schedules, runs, and reports against.

For a list of the standards you can configure inside a template, see [Available Standards](/user-documentation/tenant/standards/alignment/templates/available-standards.md).

## Action Buttons

`Add Template` and `Create Drift Template` will open [Add Standards Template](/user-documentation/tenant/standards/template.md) with the settings available for the respective template type.

<details>

<summary>Browse Catalog</summary>

Opens the policy catalogue, where you can import a prebuilt standards template rather than assembling one yourself.

</details>

{% hint style="info" %}
If you are upgrading from a version of CIPP that predates templates, a **Convert Legacy Standards** prompt appears above the table whenever legacy standards are detected. Converting creates a new template for each standard you had, with the schedule disabled. Check each new template is correct before re-enabling its schedule.
{% endhint %}

## Table Details

| Column           | Description                                                                                      |
| ---------------- | ------------------------------------------------------------------------------------------------ |
| Template Name    | The name you set when creating the template.                                                     |
| Type             | Whether this is a Standards template or a Drift template.                                        |
| Tenant           | The tenant, tenants, or tenant groups the template applies to.                                   |
| Excluded Tenants | Tenants excluded from an All Tenants template.                                                   |
| Updated At       | How long ago the template was last changed.                                                      |
| Updated By       | The CIPP user who last changed the template.                                                     |
| Run Manually     | Whether the template is set to run only on demand. Ticked means it will not run on the schedule. |
| Standards        | The standards contained in the template.                                                         |

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>View Tenant Report</td><td>Opens the applied standards report, comparing the template against the settings discovered for the selected tenant.</td><td>false</td></tr><tr><td>Edit Template</td><td>Opens the template configuration page.</td><td>false</td></tr><tr><td>Clone &#x26; Edit Template</td><td>Copies the template and opens the copy for editing, so you can adjust it before saving it as a new template.</td><td>false</td></tr><tr><td>Create Drift Clone</td><td>Creates a new Drift template based on this template, so an existing Standards template can be reused for monitoring.</td><td>true</td></tr><tr><td>Run Template Now</td><td>Forces a run outside the schedule. You are asked which tenants to run against, and only tenants and groups assigned to the template are offered.</td><td>true</td></tr><tr><td>Set Schedule</td><td>Switches the template between running on the schedule and running manually only. Not available on Drift templates, which always run on the schedule.</td><td>true</td></tr><tr><td>Save to GitHub</td><td>Commits the template to a repository, with a commit message of your choosing. Only shown when the GitHub integration is enabled.</td><td>true</td></tr><tr><td>Delete Template</td><td>Deletes the template.</td><td>true</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/tenant/standards/alignment/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.
