> For the complete documentation index, see [llms.txt](https://docs.msquared.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.msquared.io/dash/organizations/team/team-permissions.md).

# Team Permissions

### Create Team Permission

To create team permissions, click on the team you would like to add permissions to from the list of teams and click **Permissions** from the tabs below the Organization name and breadcrumbs.

<figure><img src="/files/LNAmeKYIXviJI6H1rtdF" alt=""><figcaption></figcaption></figure>

Click **Create Team Permissions,** and a modal will pop up. Here, you can select the [project](/dash/organizations/projects.md), [resource](#resources), and [verb](#verbs).

<figure><img src="/files/xLD7cnsf9AyPCHoSWWea" alt=""><figcaption></figcaption></figure>

### Delete Team Permissions

After [creating a permission](#create-team-permission), you will see it listed in the team permissions dashboard

<figure><img src="/files/tWwwHtNKC1lywWZH1wnq" alt=""><figcaption></figcaption></figure>

Clicking **Delete Team Permission** will open a confirmation modal. Click on **Delete** to delete the permission.

<figure><img src="/files/7gEshDqQluOywLlCjC0M" alt=""><figcaption></figcaption></figure>

### Resources

* **Worlds**: The permission applies to the project's worlds.
* **Objects**: The permission applies to the project's objects.

### Verbs

* **Read**: The team can use the resources.
* **Write**: The team can edit the resources.
* **Admin**: The team can do all of the above.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/team/team-permissions.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.
