> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/dashboards/widgets/index/copy-widget.md).

# Copy a Widget

Overview This guide explains how to copy widgets within Fusion to either the current dashboard or another dashboard. Copying widgets is a quick and efficient way to replicate useful visualizations, me

## Overview <a href="#overview" id="overview"></a>

This guide explains how to copy widgets within Fusion to either the current dashboard or another dashboard. Copying widgets is a quick and efficient way to replicate useful visualizations, metrics, or layouts across multiple dashboards without starting from scratch.

By understanding how to copy widgets effectively, you can:

* Streamline dashboard creation by reusing existing widgets.
* Maintain consistency in visualizations across different dashboards.
* Save time when setting up dashboards for different teams or use cases.

{% hint style="info" %}
**Prerequisite**

You must have a destination dashboard for your copied widget, otherwise, you must create a new dashboard first.
{% endhint %}

## Getting Here <a href="#getting-here" id="getting-here"></a>

To copy a widget embedded in a dashboard, use must first **Edit** the dashboard.

To edit a dashboard, use the following steps.

{% hint style="info" %}
**There is no SAVE button or UNDO option.**

<i class="fa-hexagon-exclamation">:hexagon-exclamation:</i> Changes made to dashboards in edit mode take effect immediately.
{% endhint %}

1. From the main menu, navigate to **Dashboards > All**.
2. Click the **row options** icon <i class="fa-circle-ellipsis">:circle-ellipsis:</i> at the beginning of the row that includes the custom dashboard.
3. Click **Edit**.\
   At the top of the page, an unlock button <i class="fa-unlock">:unlock:</i> displays, indicating the dashboard is in Edit mode. You can click this button to exit edit mode.

## Copy a Widget <a href="#copy-a-widget" id="copy-a-widget"></a>

1. To copy a widget, hover over the right corner of the widget container; a menu of icons appears.
2. Click the copy (4) ( <i class="fa-copy">:copy:</i> ) icon.\
   The **Copy \[widget type]** page displays.
3. From the drop-down menu,click the name of the dashboard to copy the widget to.\
   The a copied version of the widget will display with its next sequential number.
4. If you opt not to copy the widget, click **Cancel** or the **x** in the upper right corner.

![](https://1075194167-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7upncbzIm3grJePXaOO9%2Fuploads%2Fgit-blob-98c2fba1398989638ca5336d4ea2807e2b6e7970%2F58fcec645c54ec1efc9c7f33dabf8e510b6813077a049bb74a5d32a272075fa7.png?alt=media)

![](https://1075194167-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7upncbzIm3grJePXaOO9%2Fuploads%2Fgit-blob-28c2f9d910d92e108cc2620ac9539826a4c6c07f%2F5fd9e7b2cfc3d69565535be5616b9ba3b4e3d1c8a3c70f51880b83c5e9d71db6.png?alt=media)


---

# 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://docs.fusion.vectra.ai/dashboards/widgets/index/copy-widget.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.
