> 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/setup/implementation-guide/your-route-to-a-secure-tenant/step-2-collecting-tenant-information.md).

# Step 2: Implementing Drift Monitoring

After implementing the default baselines and running a single report, we can now check this tenant for how far they have drifted from our baseline.

This report will contain all the information on how the client deviates by category, listing the user impact. This report can be shared with the client or you can use this report to evaluate if implementation will not make massive changes and continue on.

Each item in drift monitoring shows you what the expected state is, and what we have found as the current state.

Drift monitoring compares your tenant to the items configured in your standard **and** all Intune and Conditional Access Policies, this allows you to capture any policy that has been created outside of your baseline.

## How to communicate changes to clients

Text here how to explain these changes to your clients and some example emails.

## Handling deviations

Deviations can be present for multiple reasons; client wishes, client specific software. Let's explain how you can use CIPP to configure these different types of deviations.

### Types of deviations

Explain the different types

### Remediation

Explain one off remediation


---

# 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/setup/implementation-guide/your-route-to-a-secure-tenant/step-2-collecting-tenant-information.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.
