# Update YAML

The **Update YAML** feature in the Roles tab is used to modify the Role configuration directly using YAML format. Through this feature, users can adjust access rules (permissions), such as the resources and allowed actions as needed. The changes made will update the existing Role configuration.

To update, click the **More** button, then select **Update YAML**.

<figure><img src="/files/2pQ4FWozgU5PAvoc5tq9" alt=""><figcaption></figcaption></figure>

The system will display a YAML form for updating data. Modify the data as needed, then click the **Update** button to save the changes.

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

After a successful update, the system will display a notification **“Roles has been successfully updated.”**

<figure><img src="/files/xao2O4ZTspFcYSUwwcHc" 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/update-yaml.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.
