# Edit Rolebindings

The RoleBinding edit page shows the name, assigned cluster, and namespace of a role. It also allows for the addition, editing, and deletion of roles. To edit an RBAC RoleBinding, go to *RBAC* > *Role Binding* and then choose one by selecting it via the checkbox and then click on the Edit icon.

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

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

Once the new page opens, we see some basic information about the RoleBinding. This includes the name of the role, the cluster where is resides, the namespace it occupies, and the name of the role binding.

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

Below that, we see the option to assign user(s) to this binding by simply selecting the appropriate checkbox next to the user.

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

Below that, we have the option to assign specific groups, including cluster administrators, to a binding.

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

Once the changes have been applied, click the *Update Role Binding* button to apply the changes.


---

# 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-rolebindings.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.
