# Organization

An Organization in [MSquared](https://dash.mserve.io/) is the central entity that serves as a collaborative workspace for multiple users. It acts as a container for projects, teams, and resources. Users can belong to multiple organizations, allowing for flexible participation across different groups or companies.

Key features of Organizations include:

* [Member management](/dash/organizations/members.md): Add, remove, or manage permissions for users within the organization.
* [Project creation and management](/dash/organizations/projects.md): All projects are associated with an organization.
* [Team structuring](/dash/organizations/team.md): Create and manage teams within the organization for better task allocation and collaboration.
* [API key management](/dash/organizations/api-keys.md): Generate and control API keys to access the platform from third-party apps

Organizations provide the context for all other activities and ensure proper access control and resource management.


---

# 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.msquared.io/dash/organizations/organization.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.
