# Exported data

By default, the batch export only exports users identified with an organization user ID. Users with a missing organization user ID ("guests") will be excluded from the exported batch of data.

Consents collected from the Preference Center or the Consents API will automatically be included in batch exports. Consents collected via consent notices (CMP) will only be included **if** they include an organization user ID.

| Source                | Organization user ID | Data exported                          |
| --------------------- | -------------------- | -------------------------------------- |
| Consent Notices (CMP) | Optional             | If an organization user ID is provided |
| Preference Center     | Yes                  | Yes                                    |
| Consents API          | Yes                  | Yes                                    |

[Read more about how to configure your consent notices for batch export.](/integrations/generic-integrations/batch-export/exported-data/cmp.md)


---

# Agent Instructions: 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:

```
GET https://developers.didomi.io/integrations/generic-integrations/batch-export/exported-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
