# Team

In Modelmetry, a team is the top-level organisational unit that contains all the monitoring and observability data, as well as users (members) and team-specific settings.

For team management, read the following:

* [Memberships](/platform/team/memberships.md)
* [Invitations](/platform/team/invitations.md)
* [Roles & Permissions](/platform/team/roles-and-permissions.md)

{% hint style="info" %}
Throughout the platform, if you dig a little deeper (e.g., API), you will see "Tenant" being used. It can be interchangeably used instead of "Team" – except in our API/backend where "Tenant .
{% endhint %}


---

# 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.modelmetry.com/platform/team.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.
