# Edredo Organizations

Users can create an organization and add their classrooms inside it. Thus, all the classrooms will belong to that organization and so will the classroom members.

**Let’s take a simple example to understand the organization.⬇️**

Suppose there is a School (A). A school has many classes (1st to 12th). So school (A) will be an organization that will have different classrooms under it.&#x20;

As there are class teachers in the classes, there are *<mark style="color:blue;">**Classroom admins to the classrooms**</mark>*<mark style="color:blue;">**.**</mark>&#x20;

As there are students in every class, there are *<mark style="color:blue;">**members in every classroom**</mark>*<mark style="color:blue;">**.**</mark>

### **Learn More About:**

{% content-ref url="/spaces/GuauyyWYaCsJpBsWUaEv/pages/EVTuZotAOYLhk17dHSQw" %}
[Creating an Organization](/edredo-organizations/creating-an-organization.md)
{% endcontent-ref %}

{% content-ref url="/spaces/GuauyyWYaCsJpBsWUaEv/pages/33mMEryEmbbp4aEo3zwU" %}
[Adding Classrooms in Organization](/edredo-organizations/adding-classrooms-in-organization.md)
{% endcontent-ref %}

{% content-ref url="/spaces/GuauyyWYaCsJpBsWUaEv/pages/rmrxwlyoRnduwpLcoQJ8" %}
[Organization member management](/edredo-organizations/organization-member-management.md)
{% endcontent-ref %}


---

# 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.edredo.com/edredo-organizations.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.
