> 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 Management, please see the main page for [Standards & Drift](/user-documentation/tenant/standards.md).
{% endhint %}

## Available Standards

Please see [Available Standards](/user-documentation/tenant/standards/alignment/templates/available-standards.md) for a list of standards you can configure for your tenants.

***

## Page Layout

### **Action Buttons**

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

### **Table Details**

| Column           | Description                                                                                                                                                                                                   |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Template Name    | The name you set when creating the template                                                                                                                                                                   |
| Tenant           | The tenant or tenants the standard is created for                                                                                                                                                             |
| Excluded Tenants | The tenant or tenants excluded from AllTenants standards                                                                                                                                                      |
| Run Manually     | A Boolean field indicating if the template is set to only be run manually. This displays as false (X in circle) if the template runs on the schedule and a true (✔️) if this template will only run manually. |
| Created At       | Relative time since the template was created                                                                                                                                                                  |
| Updated At       | Relative time since the template was updated                                                                                                                                                                  |
| GUID             | The GUID for 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><a href="/pages/wMOBK4sq9NJZLqBrqYB1">View Tenant Report</a></td><td>This will open a CIPP created report that compares the standards template to the settings discovered for the tenant currently selected in the drop down</td><td>false</td></tr><tr><td><a href="/pages/yNdZalbpOGQ6czzLFMMj">Edit Template</a></td><td>Opens the template configuration page</td><td>false</td></tr><tr><td>Clone &#x26; Edit Template</td><td>Copies the existing template and lets you make changes before saving as a new template</td><td>false</td></tr><tr><td>Run Template Now </td><td>Opens a modal to select the tenant(s) you want to run the standard against. The drop down will only show tenants and groups assigned to the template.</td><td>true</td></tr><tr><td>Save to GitHub</td><td>Saves the selected template(s) to your selected GitHub repository</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/KelvinTegelaar/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.
