> For the complete documentation index, see [llms.txt](https://wiki.crosswatch.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.crosswatch.app/crosswatch/main-dashboard/insights.md).

# Insights

Insights is the dashboard that summarizes your data across providers.<br>

<figure><img src="/files/AyoL8UZECR5tfzZk9QMh" alt=""><figcaption></figcaption></figure>

It can show:

* watchlist
* ratings
* history
* progress

<figure><img src="/files/qXWRv4UObCmQAFk2QUHf" alt=""><figcaption></figcaption></figure>

### Why this exists

If you use [Profiles](/crosswatch/settings/connections/profiles.md), Insights totals get noisy.

Insights settings let you:

* hide features you don’t care about
* include/exclude specific provider profiles from totals

### Where settings are stored

Settings are stored **in your browser**, not on the server.

* Key: `insights.settings.v1`

If you open CrossWatch in a different browser/device, you’ll get defaults again.

### How profile filtering works

Profiles are called **Profiles** in the UI.

* If you never changed profile selections, Insights includes **all profiles**.
* Once you make a selection for a provider, Insights aggregates **only those profiles**.

Newly discovered profiles are auto-added to your selection.

### Reset

Use the Insights settings modal to reset.

That clears the local settings and reloads defaults.

{% hint style="info" %}
This does not change sync pairs or Watcher routes.

It only changes what the dashboard displays.
{% endhint %}

### Related

* Profiles: [Profiles](/crosswatch/settings/connections/profiles.md)
* API payload used by Insights: [API](/crosswatch/advanced-and-api/api-reference.md)


---

# 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://wiki.crosswatch.app/crosswatch/main-dashboard/insights.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.
