# Help Center

Start with setup guides and common workflows.

<i class="fa-github">:github:</i> Project home: [github.com/cenodude/CrossWatch](https://github.com/cenodude/CrossWatch)

<i class="fa-rocket">:rocket:</i> [Getting started](/getting-started/first-time-setup.md) · <i class="fa-github">:github:</i> [GitHub repo](https://github.com/cenodude/CrossWatch) · <i class="fa-comments">:comments:</i> [Support](https://github.com/cenodude/CrossWatch/discussions) · <i class="fa-bug">:bug:</i> [Bugs](https://github.com/cenodude/CrossWatch/issues) · <i class="fa-lightbulb">:lightbulb:</i> [Feature requests](https://github.com/cenodude/CrossWatch/issues)

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

### <i class="fa-list-check">:list-check:</i> Setup and common tasks

* Install and run in Docker: [Docker setup](/getting-started/docker-setup.md)
* Check whether CrossWatch fits your library size: [Limitations](/getting-started/limitations.md)
* Create your first pair: [First-time setup](/getting-started/first-time-setup.md)
* Pick periodic syncing vs real-time scrobbling: [What do you need?](/getting-started/first-time-setup/what-do-you-need.md)
* Connect services and credentials: [Authentication](/crosswatch/providers/authentication.md)
* Add more than one account/server for a provider: [Profiles](/crosswatch/profiles.md)
* Create safe pairs (dry run, guardrails, feature toggles): [Configure Pairs](/crosswatch/configure-pairs.md)
* Enable real-time plays (recommended): [Watcher](/crosswatch/scrobble/watcher.md)
* Debug missing IDs and mismatches: [Tools](/crosswatch/tools.md)
* Quick answers to common questions: [FAQ](/crosswatch/faq.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/help-center.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.
