> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-kubernetes/5.9/kubernetes-rbac/edit-role.md).

# 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/B2WRKGa4hBWo9NeOgumq" 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/nliPuN2m8CGScn4MdHUf" 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/oS81F0sp0IakLQa5vHvi" 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/FNwUFzEMStRiMOz3Egjp" 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
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, and the optional `goal` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.9/kubernetes-rbac/edit-role.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
