> For the complete documentation index, see [llms.txt](https://doc.keepnetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.keepnetlabs.com/next-generation-product/platform/dashboard/dashboard-widgets.md).

# Dashboard Widgets

The widgets available will vary depending on your license type, role, and permissions.

Any actions you take will only be valid for your system users. Other users will see their own settings.

## Dashboard Actions

### Edit Dashboard

You can add, remove, or relocate a widget by clicking on the **Edit Dashboard** button at the top right. Once you have made the change, click **Save Changes**.

{% hint style="info" %}
Available widgets might vary depending on your license type, role, and permission.
{% endhint %}

### Add Widgets

Select the widget you want from the **Edit Dashboard** **> Add Widgets** menu and click **Save** **Changes** to confirm the action.

{% hint style="info" %}
You'll find newly added widgets at the bottom of the page.
{% endhint %}

### Remove Widgets

When you click **Edit Dashboard**, an **‘X’** icon will be visible at the top right of each widget. Click the **‘X’** to delete a widget and click **Save Changes** to confirm the action.

### Relocate Widgets

Click the **Edit Dashboard** button and drag and drop the widget to the desired location. Click **Save** **Changes** to confirm the action.

{% hint style="info" %}
All the actions you take on the relevant page will only be valid for your system users. The other system users on the platform will see their default settings.
{% endhint %}


---

# 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.keepnetlabs.com/next-generation-product/platform/dashboard/dashboard-widgets.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.
