> 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/navigation/quick-add.md).

# Quick Add

Quick Add sends manual actions for a movie or show.

Use it for watches that happened outside your normal server flow.

{% hint style="info" %}
Quick Add is available in **v0.9.18 and later**.
{% endhint %}

{% tabs %}
{% tab title="End users" %}

### What it does

Quick Add can send:

* **History**
* **Watchlist**
* **Rating**

You can send one action or combine them.

Typical use cases:

* cinema visits
* travel or offline viewing
* missed scrobbles

### How to use it

{% stepper %}
{% step %}

### 1. Find the title

Choose **Movies** or **Shows**.

Search TMDb and pick the right result.
{% endstep %}

{% step %}

### 2. Choose the action

Select **History**, **Watchlist**, **Rating**, or a mix.
{% endstep %}

{% step %}

### 3. Fill the extra fields

If you use **History**, choose when you watched it.

If you use **Rating**, select a score.
{% endstep %}

{% step %}

### 4. Pick providers

Select the providers that should receive the action.
{% endstep %}

{% step %}

### 5. Send it

Click **Send to providers**.
{% endstep %}
{% endstepper %}

### Notes

* **Desktop** uses the side launcher.
* **Mobile** uses the floating button.
* **Send To** starts collapsed on mobile.

### Limits

* Quick Add depends on TMDb search.
* Provider support differs by action.
* Rating needs a valid score before sending.
  {% endtab %}

{% tab title="Power users" %}

### Action behavior

* **History** marks the item as watched.
* **Watchlist** adds it to provider watchlists.
* **Rating** sends the selected score.

Actions are checked per provider.

Unsupported actions are skipped for that provider.

Nuvio supports **Watchlist** and **History** actions. It does not support ratings.

### Provider selection

Only configured providers are shown.

Multi-instance providers are supported.

CrossWatch can restore your last provider selection.

You can also use:

* **Use last**
* **Select all**
* **Clear**

### Watched date options

For **History**, you can use:

* **Today**
* **Release date**
* **Choose date**

**Release date** uses TMDb metadata.

It does not represent when you personally watched the item.
{% endtab %}
{% endtabs %}

### Related topics

* [Main dashboard](/crosswatch/main-dashboard.md)
* [Watchlist](/crosswatch/main-dashboard/navigation/watchlist.md)
* [Dashboard widgets](/crosswatch/main-dashboard/dashboard-widgets.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/navigation/quick-add.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.
