# Playlist Player

BotTalk's Native Playlist Player allows you to create a playlist of the articles' audio version for your readers.

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

Native means that BotTalk's player is supported natively on all mobile devices as well - Android and iOS. The users can listen to the articles in the background or even when their device's screen is turned off.

BotTalk Player will appear on the lock screen of the device - with all usual native controls.

{% hint style="info" %}
Integrate your player now in four steps:

1. [Set up a Playlist](/docs/features/playlist-player/set-up-a-playlist.md)
2. [Create a Playlist Player](/docs/features/playlist-player/set-up-a-playlist.md)
3. [Integrate the Playlist Player](/docs/features/playlist-player/integrate-playlist-player-into-your-website.md)
4. [Configure your Playlist Player](/docs/features/playlist-player/configure-your-playlist-player.md)
   {% endhint %}

{% hint style="warning" %}
**Before you can set up your playlist player, the function must be activated by BotTalk.**
{% endhint %}

###


---

# 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://docs.bottalk.io/docs/features/playlist-player.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.
