# Managing Charts

This section shows you how to create, edit, copy, and delete charts so that you can easily manage them within your workspace.

#### Accessing Charts

1. In the Infinity sidebar, click the **Settings (gear icon)**.
2. Click on **Charts** to open the charts management page.

<figure><img src="/files/2NQxWCh50n9xvnojpT11" alt=""><figcaption></figcaption></figure>

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

#### Creating a New Chart

1. Click the **ADD CHART** button at the top of the Charts page.
2. Define the name, chart type (e.g., line, column, metric, etc.), and configure your data sources.
3. Once configured, click **Save** to finalize the chart.

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

#### Editing an Existing Chart

1. On the Charts page, find the chart you wish to edit.
2. Click directly on the **chart name** to open the chart editor.
3. Make the desired modifications, such as changing data sources, visual type, or style.
4. Click **Save** to apply your changes.

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

#### Copying a Chart

To quickly duplicate an existing chart:

1. Locate the chart you wish to copy.
2. Click on the **three-dot options menu** (⋮) to the right of the chart entry.
3. Select **Copy**.

A duplicate chart will immediately appear in the list, allowing you to modify it without altering the original.<br>

<figure><img src="/files/5nleVC83Ftf7g5C7dG2L" alt=""><figcaption></figcaption></figure>

#### Deleting a Chart

To permanently delete a chart:

1. Locate the chart you wish to delete.
2. Click on the **three-dot options menu** (⋮) next to the chart.
3. Select **Delete**.
4. Confirm your action by clicking **Delete** in the confirmation dialog. This action is irreversible.<br>

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

<figure><img src="/files/QvnDs8fmG92BHZs5vde4" 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.getinfinity.app/user-guide/comprehensive-user-guide/2.-charts/managing-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.
