# Edit StatefulSet YAML Configuration

Users can also view and update the YAML configuration. On the **StatefulSets page** → click the **show YAML** button on any entry to **open the YAML configuration view.**

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

After the **Show YAML** button is clicked, the system will display a pop-up window containing the Kubernetes YAML configuration file.

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

If the user wants to make changes to the YAML content, **they can edit** it directly within the **text area.** After completing the changes, click the ***Update*** → button located at the bottom-right corner of the window  to save the modifications.

<figure><img src="/files/6SDuZrCWpq3F2yw3E6L4" alt=""><figcaption></figcaption></figure>

After the *Update* button is clicked, the system will display a notification stating **“Statefulset has been successfully updated,”** indicating that the update has been completed successfully.

<figure><img src="/files/SktOI01Sq28QRrR18kNv" 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/workloads/statefulsets/edit-statefulset-yaml-configuration.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.
