> For the complete documentation index, see [llms.txt](https://kb.rezonate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.rezonate.io/troubleshooting-and-support/data-processing.md).

# Data Processing

Rezonate collects and analyzes various types of information to fulfill its tasks and goals. \
For this document,  collected data will be divided into 3 main types:

* **Identities and their profile information** - This information includes the existence and configuration of identities that have access to the environment. The information includes identification details such as full names, emails, organizations, position titles, and other data points, as they are stored in the integrated platform directory. <br>
* **Authentication and Authorization Configurations** - This information includes the existence and configuration of global tenant policies, roles, applications, group assignments, role assignment, and conditional access policies. <br>
* **Resources and their configuration** - This information varies per integrated platform and is described in more detail per integration. <br>
* **Activity Logs -** The activity log of the integrated platform. These logs contain information regarding activities performed by actors (users or machines) in the environment and their context. From a data-point perspective, the collected information contains the identification of the identity that acted, along with IP address, and device information if available (Machine ID)

The data that is collected is used by Rezonate to discover and map the identities that have access to the environment, their effective privileges and access to resources, their behavioral profile, and security risks and threats that relate to them.

### Collected Data Points by Platform

* [AWS](/troubleshooting-and-support/data-processing/aws.md)
* [Azure Active Directory](/troubleshooting-and-support/data-processing/azure-active-directory.md)
* [Azure Cloud](/troubleshooting-and-support/data-processing/azure-cloud.md)
* [Google Workspace](/troubleshooting-and-support/data-processing/google-workspace.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://kb.rezonate.io/troubleshooting-and-support/data-processing.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.
