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

# Spotify

> View and share what you're listening to on Spotify.

## Overview

pom integrates with Spotify to let you share what you're currently listening to and control playback directly from Discord. You'll need to link your Spotify account first using the OAuth authorization flow.

***

## Linking Your Account

Before using Spotify commands, connect your account:

```bash theme={null}
,link
```

This sends you an authorization link. Click it to grant pom access to view your currently playing track. Your credentials are stored securely and can be revoked at any time.

***

## Now Playing

See what you (or another user) are currently listening to on Spotify.

<CodeGroup>
  ```bash Syntax theme={null}
  ,playing [user]
  ```

  ```bash Example theme={null}
  ,playing
  ,playing @friend
  ```
</CodeGroup>

| Parameter | Type         | Required | Description                                                    |
| --------- | ------------ | -------- | -------------------------------------------------------------- |
| `user`    | User mention | No       | The user whose Spotify activity to check. Defaults to yourself |

Shows the track name, artist, album, and a progress bar with the current playback position.

<Info>
  The target user must have linked their Spotify account with pom, or have Spotify activity visible in their Discord status.
</Info>

***

## Spotify Panel

Access a full Spotify control panel.

```bash theme={null}
,spotify
```

Opens an interactive panel for managing your Spotify playback.

<Tip>
  Make sure your Spotify account is linked with `,link` before using these commands. If you encounter issues, try re-linking your account.
</Tip>
