# Glossary

The Glossary provides a comprehensive reference for key terms and concepts used throughout the mio.ID developer documentation. This section is divided into subsections, each focusing on a specific aspect of the platform, offering clear and concise definitions to aid understanding and implementation.

### Subsections

#### [Entity or Member](/api-reference/data-dictionary/glossary/entity-or-member.md)

This subsection explains the structure and attributes of entities and members in the mio.ID platform. It outlines how individuals and businesses are represented within the system, their unique identifiers, and associated metadata.

#### [Activity](/api-reference/data-dictionary/glossary/activity.md)

This subsection defines activities within the mio.ID ecosystem. It describes the various actions and events tracked on the platform, including their structure, types, statuses, and related metadata.

#### [Requirement](/api-reference/data-dictionary/glossary/requirement.md)

This subsection elaborates on the requirements object. It details how specific personal details or documents are requested, shared, or processed between entities during an activity.

The Glossary serves as a central resource for understanding the terminology and parameters critical for integrating and leveraging mio.ID’s API capabilities.


---

# 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/glossary.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.
