> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/getting-started/deployment-guides/communication-templates.md).

# Communication Templates

Feel free to use these communication templates to organize your deployment schedule and let your users know what to expect once Material is deployed.

Choose from one of the scenarios below then copy pre-drafted emails you can customize for your use case. Instructions on how to get example screenshots for your messages are included.

{% hint style="info" %}
If you're currently trialing Material before purchase, optionally use the [Trials](/getting-started/deployment-guides/communication-templates/trials-poc.md) template first.
{% endhint %}

## Essentials and Advanced Packages

### Quick Rollout

> **Pros**: Fewer comms, one moment of change for your end users to digest
>
> **Cons**: Too much change can lead to end users not understanding all the changes because there is too much to process at once

* [I bought Essentials or Advanced and want a quick rollout](/getting-started/deployment-guides/communication-templates/quick-rollout-essentials-or-advanced.md)
* [I bought Essentials or Advanced **plus ATO Resilience** and want a quick rollout](/getting-started/deployment-guides/communication-templates/quick-rollout-essentials-or-advanced-+-ato-resilience.md)

### Staggered Rollout

> **Pros**: Smaller changes to digest, time to identify any end user feedback or problems with overall deployment and improve
>
> **Cons**: Your end users could feel like there are never-ending changes

* [I bought Essentials or Advanced and will stagger my rollout](/getting-started/deployment-guides/communication-templates/staggered-rollout-essentials-or-advanced.md)
* [I bought Essentials or Advanced **plus ATO Resilience** and will stagger my rollout](/getting-started/deployment-guides/communication-templates/staggered-rollout-essentials-or-advanced-+-ato-resilience.md)

***

## Account Takeover (ATO) Resilience Stand-Alone Package

> We recommend that you stagger your rollout if you purchased Account Takeover (ATO) Resilience as a stand-alone

* [I bought Account Takeover (ATO) Resilience as a stand-alone and will stagger my rollout](/getting-started/deployment-guides/communication-templates/staggered-rollout-ato-resilience.md)

## Pre-built tutorials

We created a few tutorials you can also share with your users! [Check those out here](/getting-started/deployment-guides/communication-templates/tutorials-for-end-users.md).


---

# 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.material.security/getting-started/deployment-guides/communication-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.
