> 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/connections/others/tautulli.md).

# Tautulli

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

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

{% hint style="warning" %}
Tautulli is **read-only** in CrossWatch. It’s meant for importing existing Plex history, not for syncing back into Plex.
{% endhint %}

### Connect Tautulli

1. Enter your **Server URL** and **API Key**.
   * Find the API key in Tautulli: **Settings → Web Interface → API**
2. Optional: set a **User ID**.
   * If you don’t set one, CrossWatch imports history for **all users**.
   * To find it:
     1. In Tautulli, open **Users**
     2. Click the user you want
     3. Check the browser URL: `/user?user_id=9999999`
3. Click **Connect** and wait until you see “Connected”.

### Troubleshooting

* Make sure the **Server URL** is reachable from the CrossWatch container.
* If imports are empty, verify the correct **User ID** (or remove it to import all users).
  {% endtab %}

{% tab title="Power users" %}

### Config keys

Stored under:

* `tautulli.server_url`
* `tautulli.api_key`
* `tautulli.user_id` (optional)

### Related docs

* Sync module: [Tautulli module](broken://spaces/3rh5THg1PdhVsBt3GALo/pages/68281541dd94ac9aedcf339adc324bf706f6f3e4)
* Adapter: [Adapter: Tautulli](/crosswatch/settings/synchronization/others/tautulli.md)
  {% endtab %}
  {% endtabs %}


---

# 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/connections/others/tautulli.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.
