# What is an organisation?

An organization is a home for all content that will be created on Whaly, imagine it as a library where all your content is stored.

An organization is plugged on a Warehouse where your data lives. It'll store all your models, sources, dashboards, questions...

You can have access to multiple organizations for different purposes:

* When you want to have multiple different Warehouse
* When you want to have a "Training Sandbox" to test a few things without ta
* For testing purposes of new features
* If you're invited by another company to collaborate on their environment&#x20;

### How to switch between organization?

If you have access to multiple orgs you can switch org by clicking on your **profile picture** and then on  **Change Organization**.

<figure><img src="/files/6sY7Oo2hBNXKre5GylzR" alt=""><figcaption><p>Switch org</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.whaly.io/organisation/what-is-an-organisation.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.
