> ## Documentation Index
> Fetch the complete documentation index at: https://docs.requestplus.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Music platforms overview

> Connect Request+ to Spotify, YouTube Music, Apple Music, or SoundCloud.

Request+ is built around a multi-platform playback layer. Pick the music source you actually stream with — Request+ uses the best available controls for each platform and falls back where local APIs are limited.

## Supported sources

| Platform      | Integration                                  | Experimental |
| ------------- | -------------------------------------------- | ------------ |
| Spotify       | Spicetify extension + local WebSocket bridge | No           |
| YouTube Music | Pear Desktop / YouTube Music API bridge      | No           |
| Apple Music   | Cider 3 plugin or Cider 4 scoped API token   | No           |
| SoundCloud    | BetterSoundCloud / custom JavaScript bridge  | No           |

<Note>
  Not every source supports every playback action equally. Skip, seek, volume, shuffle, repeat, and likes are available where the platform exposes them.
</Note>

## Pick your platform

<CardGroup cols={2}>
  <Card title="Spotify" icon="spotify" href="/integrations/music/spotify">
    Setup via Spicetify extension.
  </Card>

  <Card title="YouTube Music" icon="youtube" href="/integrations/music/youtube-music">
    Setup via Pear Desktop.
  </Card>

  <Card title="Apple Music" icon="apple" href="/integrations/music/apple-music">
    Setup via Cider.
  </Card>

  <Card title="SoundCloud" icon="soundcloud" href="/integrations/music/soundcloud">
    Setup via browser bridge.
  </Card>
</CardGroup>
