> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/api-and-information-repository/data-dictionary-and-entity-relationship-diagram.md).

# Data Dictionary & Entity Relationship Diagram

This section provides essential references to better understand the data model and structure within the platform. These resources are helpful for anyone working with the IMS database, reporting tools, or APIs.

## Data Dictionary

The Data Dictionary outlines key IMS metadata, including field names, data types, and descriptions. It helps clarify how data is stored and used across the system.

* <mark style="color:red;">View the IMS Data Dictionary</mark>

## Entity Relationship Diagram (ERD)

The ERD visualizes how different IMS entities relate to one another. Each table (entity) includes its fields (attributes), with lines representing relationships between them.

* <mark style="color:red;">View the IMS ERD Online</mark>

{% hint style="info" %}
The diagram may appear blank when first loaded. Try zooming out or use your mouse and scroll bars to navigate.
{% endhint %}


---

# 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://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/api-and-information-repository/data-dictionary-and-entity-relationship-diagram.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.
