# 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/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/profiles.md)
* API payload used by Insights: [API](/blueprint-architecture/api.md)


---

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