# Services

These pages document scrobble “services”.

They are helper modules plus on-disk state under `/config/.cw_state/`.

{% tabs %}
{% tab title="End users" %}
You usually don’t need this section.

It matters when:

* the UI “Now playing” looks wrong
* auto-remove from watchlist behaves oddly

Related UI pages:

* “Now playing” widget: [Playing Card](/crosswatch/scrobble/playing-card.md)
* Scrobble mode: [Watcher](/crosswatch/scrobble/watcher.md)
  {% endtab %}

{% tab title="Power users" %}

### Pages in this section

* [Overview](/blueprint-architecture/scrobble/services/overview.md)
* [Currently watching](/blueprint-architecture/scrobble/services/currently-watching.md)
* [Auto remove watchlist](/blueprint-architecture/scrobble/services/auto-remove-watchlist.md)

### Root folder

* `/config/.cw_state/`

This folder should be persisted via your `/config` mount.
{% endtab %}
{% endtabs %}


---

# 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/blueprint-architecture/scrobble/services.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.
