> 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/deployment-wrap-up.md).

# Deployment Wrap Up

By now, you should have completed all the steps in the [Pre-Requisites](broken://pages/bIi0N542dSkFjAakdHkS) and [Deploy Essentials or Advanced](/getting-started/deployment-guides/31+-days.md) Guides or the [Deploy Account Takeover Resilience](/getting-started/deployment-guides/deploy-account-takeover-resilience-ator.md) Guide. Scan through this high-level task list to double check you've done it all:

* [Assigned admin roles, individual and group roles](/getting-started/deployment-guides/your-first-30-days/3-assign-additional-roles-optional.md)
* [Set up SSO](broken://pages/u64g1O8z0V5hRmRUqHN4#enable-sso)
* [Enabled Email Threat Protection](/getting-started/deployment-guides/your-first-30-days/6-enable-email-remediation/configure-user-reporting.md)
* [Configured Email Data Security and navigated to reports](/getting-started/deployment-guides/your-first-30-days/6-enable-email-remediation.md)
* [Configured File Data Security and enabled response and remediation](/getting-started/deployment-guides/your-first-30-days/7-enable-file-security.md)

Additionally, if you purchased ATO Resilience (either as an add-on or stand-alone) you should have:

* [Set Email Redaction grace periods](/getting-started/deployment-guides/deploy-account-takeover-resilience-ator/enable-email-redaction.md)
* [Enabled Identity Protection including server-side routing](/getting-started/deployment-guides/deploy-account-takeover-resilience-ator/enable-identity-protection.md)

:envelope: Be sure you communicated about the changes and what your users can expect in their workflows now. See [Communication Templates](/getting-started/deployment-guides/communication-templates.md) for help there if you haven't already informed then or you need to send a refresher.

Completed all of the above? :tada: <mark style="background-color:yellow;">**Congrats! You're fully deployed.**</mark>

:track\_next: Next, explore the [Fundamentals](/getting-started/fundamentals.md) guides and share them with other Material admins to fully leverage Material in your strategy.

## Feedback

Please let us know if these Deployment Guides were helpful and add any feedback by **rating it on the top right**, under the table of contents.

<figure><img src="/files/I5DFntsCmuH4bYxQ9aM7" alt="rate this document using the icons under the table of contents" width="119"><figcaption><p>Rate under the table of contents</p></figcaption></figure>


---

# 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/deployment-wrap-up.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.
