> 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/deploy-account-takeover-resilience-ator.md).

# Deploy Account Takeover Resilience (ATOR)

Account Takeover Resilience (ATOR) detects a range of account compromise indicators, provides automated remediation workflows, and limits lateral account takeovers by adding a simple authentication step to access password resets and other identity verification messages.

<figure><img src="/files/dlRzc2AOjsHL7Yl59wzO" alt="Sample email verification message with link to authentication step" width="375"><figcaption><p>Sample email verification message with link to authentication step</p></figcaption></figure>

{% hint style="info" %}
ATO Resilience is an [add-on](https://material.security/pricing) to your Essentials or Advanced Package, or available as a standalone product.
{% endhint %}

## Before you Begin

Complete the steps in:

* [1: Connect & Sync](/getting-started/deployment-guides/your-first-30-days/1-connect-and-sync.md)

## Integrate With Identity Services

1. From the toolbar, click the Integrations icon: <img src="/files/E43MuZNfCz22pc46GJ6C" alt="" data-size="line">
2. From the left navigation, click **Services**.
3. Click **Available**.
4. Click the **+ plus sign** for the service you want to connect to view instructions on how to connect. Fill out the fields then click **Save**.
5. Configured services display in the **Configured** tab.

<figure><img src="/files/x7LQk9lqcCF84EXnsIWS" alt="Service page is the puzzle icon"><figcaption><p>Service Page (puzzle icon)</p></figcaption></figure>

{% hint style="info" %}
**Multiple instances? Configure on the tenant level.**

If you have multiple instances of a provider like Okta or a SAML Identity provider, configure on each tenant level individually (switch the tenant in the drop down in the toolbar).

Configuring individual instances at the tenant level will display only relevant identity providers in end-user verification on each tenant level, reducing the risk of errors.
{% endhint %}

## Complete Deployment

Complete these two guides to finish ATO Deployment:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Configure Email Redaction</strong></td><td><a href="/files/i6jETZ9N4ZMDYxrUkSDp">/files/i6jETZ9N4ZMDYxrUkSDp</a></td><td><a href="/pages/Snr49rN3vQaOkll6gmPx">/pages/Snr49rN3vQaOkll6gmPx</a></td></tr><tr><td><strong>Enable Identity Protection</strong></td><td><a href="/files/RQupYG0eLHBylMXK7w34">/files/RQupYG0eLHBylMXK7w34</a></td><td><a href="/pages/eT78KQ37TN2piNbuf54a">/pages/eT78KQ37TN2piNbuf54a</a></td></tr></tbody></table>


---

# 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/deploy-account-takeover-resilience-ator.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.
