# Member Permissions

You can give permissions to members by clicking on a member on the members list and clicking the **Permissions** ta&#x62;**.**

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

Click **Create Member Permission,** 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/wiwdnFON7Art30pGJocM" 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 member can view the resources.
* **Write**: The member can view and edit the resources.
* **Admin**: The member can view and edit the resources, and also grant permissions for the resources to others.


---

# 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/members/member-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.
