# Tenant Allow/Block List Templates

This page will allow you to manage templates for allow/block lists for ease of deployment to your clients.

## Page Actions

<details>

<summary>Add Template</summary>

This will open a drawer where you are able to create a new template. Set a name, comma or semi-colon separated entries, notes, the type, block or allow. You can also optionally set no expiration or to remove the list after 45 days of no use.

</details>

## Table Details

The table will display any created templates including the value for each setting.

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>Delete Template</td><td>Permanently deletes the selected template(s).</td><td>true</td></tr><tr><td>More Info</td><td>Opens the extended information flyout</td><td>false</td></tr></tbody></table>


---

# 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.cipp.app/user-documentation/email/administration/tenant-allow-block-list-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.
