> For the complete documentation index, see [llms.txt](https://doc.dataflake.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dataflake.co/manage-charts/copy-a-chart.md).

# Copy a chart

### Copy a chart within a page of a dashboard <a href="#od_c93a225c" id="od_c93a225c"></a>

There are two ways that allow you to copy a Chart

**You can use the shortcut**

1. In the current page, select graph/chart.
2. Use **Ctrl C** (Copy) (use C**ommand C** if you use Macbook). Use **Ctrl V** (Paste) (use **Command V** if you use Macbook).&#x20;
3. The copied chart will overlap with the previous chart.&#x20;
4. Let’s drag a copied chart to another space on the canvas.

**Or you can use copy element**

1. Select the graph/chart and click on the right mouse
2. Choose copy element
3. Press **Ctrl V** / **command V**

<figure><img src="/files/69PYNo1xDF5tds26SKnl" alt="" width="375"><figcaption></figcaption></figure>

### Copy a Chart across pages of a dashboard <a href="#od_75a2cf80" id="od_75a2cf80"></a>

**You can use a shortcut**

1. In the current page, select graph/chart
2. &#x20;Use **Ctrl C** (Copy) (use **Command C** if you use Macbook)&#x20;
3. Move to your desired page
4. Use **Ctrl V** (Paste) (use **Command V** if you use Macbook)

**Or you can use copy to pages**&#x20;

1. Select the graph/chart and click on the right mouse
2. Choose copy to pages and choose the page that you want to paste a chart&#x20;
3. The chart will be copied to the new page

<figure><img src="/files/KKO6diDsfjJM8ZryjDyi" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.dataflake.co/manage-charts/copy-a-chart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
