# Usage Guides

To access the features for Connected Devices, navigate to the **Connected Devices** menu from the main menu in the ThousandEyes app. The guides below are organized by common tasks to help you analyze data, configure monitoring, and manage your device fleet. Note that some functions may require specific user permissions to access.

### Configuring and Managing Your Monitoring

Use these guides to configure your agents and tests, and learn how to use alerts and automated insights to proactively monitor your device fleet.

* [Viewing Agents](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/viewing-agents) See a list of all your deployed agents and review their status and details.
* [Using Test Schedules](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/using-test-schedules) Understand how to configure and manage the schedules that determine when your tests run.
* [Alerts for Connected Devices](https://docs.thousandeyes.com/product-documentation/connected-devices/connected-devices-alerts) Learn how to create custom alert rules, set up notifications, and investigate performance issues.
* [Using ConstantCare](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/using-constantcare) Discover how to use automated issue detection to find and diagnose problems without manual configuration.

### Analyzing and Visualizing Data

Explore and customize charts, maps, and reports to understand performance trends and investigate issues.

* [Using Dashboards](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/using-dashboards) Learn how to create and manage dashboards for your Connected Devices charts.
* [Configuring Charts](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/configuring-charts) Customize your chart views by adding or removing metrics and changing display options.
* [Using Maps](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/using-maps) Use the map view to visualize the geographic distribution and health of your agents.
* [Creating Reports](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/creating-reports) Generate and schedule custom reports to share performance data with stakeholders.

### Managing Data and Automating Workflows

Integrate Connected Devices with other systems by importing metadata, exporting data, or using the API.

* [Importing Metadata](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/importing-metadata) Learn how to bulk-import metadata to enrich your agent data with custom tags and information.
* [Managing Metadata](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/managing-metadata) Edit and manage the metadata associated with your devices.
* [Exporting Data](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/exporting-data) Export raw test data for offline analysis or integration with external business intelligence tools.
* [Accessing Your APIs](https://docs.thousandeyes.com/product-documentation/connected-devices/usage-guides/accessing-your-apis) Find your API access tokens to begin automating workflows and retrieving data programmatically.


---

# 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/connected-devices/usage-guides.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.
