# Repositories and Charts

The first time we open the Helm View, the Chart Tab is selected. On the left panel, we can see all the available charts present in the system. In the center, when we select a chart, we can view its documentation. On the right, we have the Install panel where we can choose the release name, the namespace where to install the chart, and the version that we want to install. Additionally, there's a YML editor with all the values that we can change to customize our release.

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

**Managing repositories:**

To manage repositories, simply click on the plus button located on the header of the chart list view. This action will display the Helm Repositories dialog, which you can use to manage the installed repositories.

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

To add a repository, click on "Add" and define the name and URL location of the repository. To delete a repository, select the repository and click on "Delete."

**Find a chart and create a Helm release:**&#x20;

he Helm view primarily facilitates the installation of charts. To locate the desired chart, you can utilize the search bar in the chart list. Upon finding it, clicking on the row automatically displays the documentation in the center panel, along with the Install panel containing all the chart value options.

To install the chart, provide your release with a name, select a namespace, and choose the chart version. Utilize the YAML editor to set custom values for your YAML chart. Once you're satisfied with the configuration, click on "Deploy" to proceed with the installation.

<figure><img src="/files/sKc6qUCoDuf3VVBnKZ5K" 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/repositories-and-charts.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.
