# Create a Helm Channel

1. Click on the "Helm" tab located in the left-hand menu of the interface then click on the "Helm Catalog" option. Depending on whether you want to create a public or private channel, select either "Public Channels" or "Private Channels" accordingly.

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

**2) Create a Public Helm Channel**\
\
&#x20;i) Navigate to the "Public Channels" view.

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

ii) Click on the “+ New Helm channel” to create a new Public Helm Channel.

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

**3) Provide Channel Details**:

* **Channel Name**: Enter a descriptive name for your public channel.
* **URL:** Provide the URL where the Helm charts for your public channel are hosted. This URL should be accessible to anyone who wants to use the charts.
* **Description**: Optionally, provide a brief description to help individuals understand the purpose or content of the channel.

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

4\) After you click the “Submit” button, you will be redirected to the “Public Helm Channels” view screen, where you can find your newly created helm channel.

**Note:** Once the channel is created, the Helm charts will be synced in the background. The synced charts are on the "**Helm > Helm Charts**" screen.

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

5\) You can observe the recently added public helm channel on the screen.

<figure><img src="/files/9OiyZs1ilWFbbt0jtYLj" 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.ozone.one/ozone-end-user-guide/documentation/helm/create-a-helm-channel.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.
