# Releases

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

**Exploring Releases**\
If we select the release, the application will display all the installed releases in the left panel. Select a release from the grid to get more information. Once a release is selected, in the center panel, we can see three main pieces of information:

1. Notes: This section shows the available notes from the released chart.
2. Resources: This section contains all of the Kubernetes resources deployed as part of the release.
3. History: This section contains the history and revisions of the different deployments of the release.

On the right, in the YAML editor, we can also see the values for the configuration of the release and the default values for the chart.

**Delete:**

To delete a release, select the release you want to delete, then click on the delete button located on the central information panel.

**Rollback**

To rollback a release to a previous version, click on the rollback button, and in the rollback dialog, select the version you want to rollback to.

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

**Update**

To update a release, select the release you want to update and navigate to the right panel. Here, you can change the name, namespace, and chart values to customize your release. Once you're ready to proceed with the update, click on the "Update" button.

<figure><img src="/files/EGA5xH5lFuRbZs9vGlOx" 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://doc.k8studio.io/documentation/helm-view/releases.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.
