# Create ClusterRoleBinding

A ClusterRoleBinding binds users or groups of users to a ClusterRole that have been created for a cluster. Follow the steps given below to create a ClusterRole through the Platform9 Clarity UI.

1. Navigate to Kubernetes > RBAC > ClusterRoleBindings.
2. Click Add ClusterRoleBinding. This open a new window where details are added.

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

3. Enter the Name for the ClusterRoleBinding.
4. Select the Cluster.
5. Select the Cluster Role.
6. Next, search for or choose a user by ticking the checkboxes for the Users and/or Groups to which you wish to assign the Cluster Role.
7. Finally, click the Add ClusterRoleBinding button.

The ClusterRoleBinding is created and is visible on the Platform9 management UI under the list of existing ClusterRoleBindings. Once a ClusterRoleBinding is created, the users or groups of users to whom the ClusterRole has been assigned can perform operations specified within the ClusterRole.


---

# 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/clusters/kubernetes-rbac/create-clusterrolebinding.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.
