# Create a Helm Release

**a. Helm > Helm Releases**

Click on the “Helm” tab from the left-hand sidebar. Select the Helm-Releases

<figure><img src="/files/1UGcxAigcTdpC4Dqyev2" alt=""><figcaption></figcaption></figure>

**b. Helm Releases View > Create helm release**

Navigate to the "Helm Releases" view, then click on the "+ Create helm release" to initiate the creation of a new Helm release.\
\
All existing helm releases are visible in the “Helm Releases” screen.

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

**c. Add Helm Release Details**

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

To create a Helm release, follow these steps:

1. **Specify Release Name**: Provide a name for the release.
2. **Choose Helm Chart**: Select the desired Helm chart from the provided dropdown menu.
3. **Select Target Cluster**: Choose the target cluster from the available options in the Clusters dropdown.
4. **Pick Namespace**: Select a namespace from the dropdown menu.
5. **Choose Helm Chart Version**: Pick the version of the Helm Chart you wish to deploy from the Helm Chart version dropdown.
6. **Initiate Release Process**: Click the "Create Helm release" button to start the release process.

The new helm release will be updated on the helm releases view screen, as demonstrated at the beginning of this process.


---

# 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.ozone.one/ozone-end-user-guide/documentation/helm/create-a-helm-release.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.
