# Apply a role to a member

There are two ways in which we can apply a Role to a Member -

* While inviting the member, we can assign the Role.
* After the member is onboarded, we can assign or update the Role.

Here , Let’s go through the case when the member has accepted the invitation and is onboarded to the team.

* To Access the Roles Tab, Sidebar → Settings → Team Management

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

* Go to the Project Members Tab and you can observe that in the Roles Section, if a member already has a role assigned that Role shows up, and if not **Assign Role** is there.
* The user can click on the Dropdown icon to assign a new role or update the existing role for a member.

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

* A Dropdown Window opens up in which the user now has two options. If a user wants to give admin roles to the member, the user can click on the Make Admin Toggle to assign an admin or projectAdmin Role and then click on the Update Button.

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

* If the user wants to give customized or In-Built Roles, the user can select one or multiple roles that he/she wants to assign to the Member. In case of multiple roles, the user will have the union of all the permissions in the multiple roles.

<figure><img src="/files/vmJr4YeTDvzVOjZbqIM0" alt=""><figcaption></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.ozone.one/ozone-end-user-guide/documentation/settings/role-based-access-control/apply-a-role-to-a-member.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.
