> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/dashboard/how-to-customize-your-global-experience-dashboard.md).

# How to customize your Global Experience Dashboard

The [dashboard](/dashboard/global-experience-dashboard-discovery.md) can be customized to better fit your business needs. You can add, delete metric and also re-arrange the dashboard layout.

## Add a new metric <a href="#h_01j6a63bk0r17yjs0qxh3x08s9" id="h_01j6a63bk0r17yjs0qxh3x08s9"></a>

On the dashboard:

1. Click on the “Customize” button in the upper-right of your dashboard to enter *edit* mode.
2. Once in *edit* mode, select any metric card by clicking and dragging it from the left panel to the right-hand layout.
3. Click “Save configuration” to save your personal dashboard view.

![](/files/gOq5I0lG3XNZyszgZCx4)

<img src="/files/XXUYZexKMeEz66ypdxvs" alt="" width="232">

## Delete a metric <a href="#h_01j6a64kemar88ncs5zq39h686" id="h_01j6a64kemar88ncs5zq39h686"></a>

To delete a metric card:

1. Hover any metric card and click the upper-right corner cross.
2. Click “Save configuration” to save your personal dashboard view.

## Re-arrange the dashboard layout <a href="#h_01j6a65c1q501xe0927ezxdg6k" id="h_01j6a65c1q501xe0927ezxdg6k"></a>

To change the order of the cards, simply click and drag any card to your desired position.


---

# 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.abtasty.com/dashboard/how-to-customize-your-global-experience-dashboard.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.
