# Data Dictionary

The Data Dictionary serves as a comprehensive guide to understanding and utilizing the various data objects available through our API. It provides detailed descriptions, field definitions, and relationships for key entities like Objects and Taxonomy, enabling developers to fully integrate and optimize their use of the mio.ID platform.

This section is an essential reference for structuring API calls and interpreting responses, ensuring accurate and efficient interaction with our system. By exploring the pages linked here, you'll gain insights into how to utilize the platform's features, such as Activities, Members, and Requirements, and adapt them to your specific needs.


---

# 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://docs-business.mio.id/api-reference/data-dictionary.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.
