# Edit Role

In order to edit an RBAC role, go to the *RBAC* > *Roles* > page. The Roles page shows the name, assigned cluster, namespace of a role, and the date it was created. It also allows for the addition, editing, and deletion of roles.

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

To edit an RBAC Role, choose one by selecting it using the provided checkbox. This highlights the Edit icon, which allows you to modify the selected role. Click on the Edit icon to begin adjusting the Role.

<figure><img src="/files/59Xm13Q1LQYoNigVBWjJ" alt=""><figcaption></figcaption></figure>

Next, a new window will open showing the fields available to edit. In this view, we see the basic details of the role including the name, the cluster it is attached to, and the namespace it occupies.

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

Below that, you will see the API Access/Permissions section. Within this area, is a dropdown to select the API Group, as well as all the resources associated with the role.

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

Once the new verbs have been selected, click Update Role to complete the modification. Under that section, we can now see the new core verbs associated with the role. Clicking on the pencil icon highlights the associated verbs for this resource. Clicking on the X removed the section.


---

# 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.platform9.com/managed-kubernetes/5.14/clusters/kubernetes-rbac/edit-role.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.
