# Dashboards

This section describes the functionality of the ThousandEyes dashboards.

## About Dashboards

ThousandEyes *dashboards* are a way to see customized live views of your test data, or Internet Insights collective intelligence. For example, if you’ve subscribed to Internet Insights packages, you can set up a dashboard that shows application outages related to your main SaaS provider, alongside Internet outages that affect your users’ ability to access those domains.

Dashboards are composed of *widgets* including maps, tables, bar and pie charts, and various other types of visual charting, as shown below. See [Dashboard Widget Types](https://docs.thousandeyes.com/product-documentation/dashboards/dashboard-widgets#dashboard-widget-types).

![](https://1112912342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4QARF6s57qxMrOHDTZ%2Fuploads%2Fgit-blob-f126c683f5c80ba697b1fd1f2028f49411e98707%2Fdashboard-types-and-widgets.png?alt=media\&token=0f773f77-e9a8-41bf-a1bc-72aa4a092c62)

ThousandEyes offers a series of pre-configured dashboards, which you can use as-is, or duplicate the built-in dashboards and then modify the copies.

Creating a new dashboard involves:

* Providing a name
* Adding widgets
* Configuring each widget, starting with a data source (cloud and enterprise agents, endpoint agent browser sessions, or endpoint scheduled tests).

From there, you can choose various metrics and drill-down filtering to surface the data that you care about.

You can duplicate, create, and share dashboards with other ThousandEyes users within your organization, as described in [Dashboard Sharing and Snapshots](https://docs.thousandeyes.com/product-documentation/dashboards/dashboard-shares-snapshots). You can also embed selected dashboard widgets into external web sites for use by viewers outside of your ThousandEyes organization, as described in [Embedding Dashboard Widgets in External Web Sites](https://product-documentation/dashboards/embedding-dashboard-widgets-in-external-web-sites)

## Additional Resources

The following resources provide further information:

* [Dashboard Sharing and Snapshots](https://docs.thousandeyes.com/product-documentation/dashboards/dashboard-shares-snapshots) describes how to share data from ThousandEyes dashboards, including via regularly scheduled snapshots.
* The [Embedding Dashboard Widgets in External Websites](https://docs.thousandeyes.com/product-documentation/dashboards/embedding-dashboard-widgets-in-external-web-sites) article will guide you through the process of creating chunks of HTML code that display individual report widgets and can be instantly added to your existing NOC dashboards.
* The [ThousandEyes Developer Reference for the dashboards API](https://developer.cisco.com/docs/thousandeyes/v7/#!dashboards-api-overview) walks you through how to create, edit, delete, and manage your dashboard through our API.


---

# 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.thousandeyes.com/product-documentation/dashboards.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.
