> 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/settings/ui-settings.md).

# UI settings

UI settings controls the CW web app.

Use it to change theme, dashboard cards, sign-in behavior, protocol, and CW Tracker defaults.

Most changes apply after you click **Save**.

Protocol and TLS changes need a restart.

{% hint style="success" %}
This area controls the app experience, not sync logic.
{% endhint %}

{% hint style="warning" %}
If you change protocol or TLS, plan for a restart window.
{% endhint %}

### Sections

Use these pages:

<table data-view="cards"><thead><tr><th>Page</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td><strong>User interface</strong><br>Theme, dashboard cards, and HTTP or HTTPS mode.</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/XtwnF9qxGI4HXdKH5ny5">/spaces/3rh5THg1PdhVsBt3GALo/pages/XtwnF9qxGI4HXdKH5ny5</a></td></tr><tr><td><strong>Dashboard widgets</strong><br>Watchlist, history, ratings, and recent scrobble widgets.</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/raTVzithDWV29lf9Prwn">/spaces/3rh5THg1PdhVsBt3GALo/pages/raTVzithDWV29lf9Prwn</a></td></tr><tr><td><strong>Security</strong><br>Login, session duration, Plex sign-in, and trusted proxies.</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/mE8YVlm996mBVricmALA">/spaces/3rh5THg1PdhVsBt3GALo/pages/mE8YVlm996mBVricmALA</a></td></tr><tr><td><strong>CW Tracker</strong><br>Retention, auto snapshots, and snapshot selectors.</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/YoLPWya8uPpOezqtxDAA">/spaces/3rh5THg1PdhVsBt3GALo/pages/YoLPWya8uPpOezqtxDAA</a></td></tr><tr><td><strong>HTTPS/TLS</strong><br>Certificates, reverse proxy notes, and HTTPS troubleshooting.</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/xU77j5nQ9VT2K6im02io">/spaces/3rh5THg1PdhVsBt3GALo/pages/xU77j5nQ9VT2K6im02io</a></td></tr></tbody></table>

For dashboard scrobble history, use [Recent Activity](/crosswatch/settings/scrobbler/recent-activity.md).

{% hint style="info" %}
Use [HTTPS/TLS](/crosswatch/advanced-and-api/https-and-tls.md) for certificate trust, reverse proxy advice, and HTTPS troubleshooting.
{% endhint %}


---

# 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/settings/ui-settings.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.
