# Watchlist

Watchlist is a set-like feature.

It’s the safest feature to start with.

### Controls

* **Enable**: toggles watchlist syncing.
* **Add**: add missing items to target.
* **Remove**: remove items missing on source.

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

### Jellyfin/Emby watchlist mode

Jellyfin/Emby don’t have a native “watchlist”.

CrossWatch emulates it via:

* **Favorites** (recommended)
* **Playlist**
* **Collection**

{% hint style="info" %}
Prefer **Favorites** or **Collection**.

Avoid **Playlist** unless you need it.
{% endhint %}

### Related

* Overview of feature choices and patterns: [Features](/crosswatch/configure-pairs/features.md)
* Pair-level feature toggles and safety: [Configure Pairs](/crosswatch/configure-pairs.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/configure-pairs/features/watchlist.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.
