# Create Roles

The **Create Role** feature is used to create a new Role that defines access permissions to specific resources within the cluster. With Roles, users can specify allowed actions such as **get**, **create**, **update**, and **delete**.

To create a new Role, click the **Create Role** button.

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

Setelah klik **Create Role**, sistem akan menampilkan halaman YAML untuk konfigurasi Role. Pada halaman ini, pengguna dapat mengatur field sesuai kebutuhan konfigurasi. Pastikan hanya mengisi field yang diperlukan dan valid.

Setelah selesai melakukan konfigurasi, klik tombol **Submit** untuk membuat Role.

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

After successfully creating a Role, the system will display a notification **“Role has been successfully created.”**

<figure><img src="/files/DvIP55kadvMPNnc1uBPa" 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.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/services-account/tab-roles/create-roles.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.
