# About Widgets

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

Fusion's dashboard provide data visualization using widgets.

Widgets are individual components or elements that display specific types of data or perform particular functions within the dashboard. Each widget typically serves as a mini-application or visualization that focuses on a specific aspect of the data, allowing users to interact with and analyze information in a more granular way.

## Key Characteristics of Fusion Widgets <a href="#key-characteristics-of-fusion-widgets" id="key-characteristics-of-fusion-widgets"></a>

| **Feature**           | **Description**                                                                                                                                                                                                                                                    |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Visualization**     | Widgets can present data in various formats such as charts, graphs, tables, maps, or gauges. For example, a line chart widget might display network traffic over time, while a pie chart widget could show the distribution of traffic across different protocols. |
| **Interactivity**     | Many widgets are interactive, allowing you to hover over data points for more details, click to drill down into more specific data, or filter the data presented in the widget. This interactivity enhances engagement and provides deeper insights.               |
| **Customization**     | Widgets can often be customized to meet specific needs. You might be able to adjust the data range, change the type of visualization, or configure how the data is grouped or filtered.                                                                            |
| **Modularity**        | Widgets are modular, meaning they can be added, removed, or rearranged on the dashboard to fit your workflow or the specific insights they need to gather.                                                                                                         |
| **Real-Time Updates** | Some widgets are designed to refresh automatically, providing real-time data and allowing you to monitor ongoing processes or activities without needing to manually refresh the dashboard.                                                                        |

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

To view widgets embedded in an existing dashboard, use the following steps.

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 dashboard.
3. Click **Open**. This opens the dashboard in view only mode.

From the dashboard page, you can [Manage Widgets](/dashboards/widgets/index.md).


---

# 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.fusion.vectra.ai/dashboards/widgets.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.
