# Relationships

{% hint style="success" %}
This is the official documentation of Forest Admin Cloud.
{% endhint %}

Relationships are key to organizing your data within the admin panel. These relationships, including OneToMany, ManyToOne, and ManyToMany, allow you to link different Collections together. This setup offers a detailed and interconnected view of your data, making it easier to manage and understand.

<figure><img src="/files/oBhnHKxD8J1CWjoYt87M" alt=""><figcaption><p>BelongsTo relationship</p></figcaption></figure>

<figure><img src="/files/qwNIViAMPdbuJvC8WzRn" alt=""><figcaption><p>hasMany relationships</p></figcaption></figure>


---

# 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.forestadmin.com/cloud/core-concepts/relationships.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.
