> For the complete documentation index, see [llms.txt](https://docs.x-assist.crisis24.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.x-assist.crisis24.com/analytics/data-dictionary.md).

# Data Dictionary

This section contains a short description of each cube and its attributes.

* [Airlines](/analytics/data-dictionary/airlines.md)
* [Airports](/analytics/data-dictionary/airports.md)
* [Alerts](/analytics/data-dictionary/alerts.md)
* [Bookings](/analytics/data-dictionary/bookings.md)
* [Countries](/analytics/data-dictionary/countries.md)
* [Country Stays](/analytics/data-dictionary/country-stays.md)
* [Events](/analytics/data-dictionary/events.md)
* [Organizations](/analytics/data-dictionary/organizations.md)
* [People](/analytics/data-dictionary/people.md)
* [Status Requests](/analytics/data-dictionary/status-requests.md)

## Join Compatibility Matrix

The following table shows with cubes can be joined together:

|                 | Airlines | Airports | Alerts | Bookings | Countries | Country Stays | Events | Organizations | People | Status Requests |
| --------------- | :------: | :------: | :----: | :------: | :-------: | :-----------: | :----: | :-----------: | :----: | :-------------: |
| Airlines        |          |          |        |     ✅    |           |               |        |               |        |                 |
| Airports        |          |          |        |     ✅    |           |               |        |               |        |                 |
| Alerts          |          |          |        |          |           |               |    ✅   |       ✅       |    ✅   |                 |
| Bookings        |     ✅    |     ✅    |        |          |     ✅     |               |        |       ✅       |    ✅   |                 |
| Countries       |          |          |        |     ✅    |           |       ✅       |    ✅   |               |        |                 |
| Country Stays   |          |          |        |          |     ✅     |               |        |       ✅       |    ✅   |                 |
| Events          |          |          |    ✅   |          |     ✅     |               |        |               |        |                 |
| Organizations   |          |          |    ✅   |     ✅    |           |       ✅       |        |               |    ✅   |        ✅        |
| People          |          |          |    ✅   |     ✅    |           |       ✅       |        |       ✅       |        |        ✅        |
| Status Requests |          |          |        |          |           |               |        |       ✅       |    ✅   |                 |

{% hint style="info" %}
Scroll to the right to see all columns of the table.
{% endhint %}

In some cases, a transitive join may be possible by including attributes from other cubes in the query.

For example, “People” and “Airports” cannot be joined directly because they are not related to each other. The following query will therefore result in an error:

![](/files/m8bxrvP1NsXXbBmfcpsx)

> <mark style="color:red;">Error: Can't find join path to join 'People', 'Airports'</mark>

To fix this, we can include the “Bookings” cube to create a bridge between “People” and “Airports”:

![](/files/XKDUzvNEtxgYF3y0IdWO)


---

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

```
GET https://docs.x-assist.crisis24.com/analytics/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.
