> For the complete documentation index, see [llms.txt](https://docs.bottalk.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bottalk.io/docs/features/playlist-player/set-up-a-playlist.md).

# Set up a Playlist

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

{% hint style="info" %}

1. Click **Add Playlist** in the project settings.&#x20;
2. Select a **Name** for your playlist.&#x20;
3. Choose a **Playlist Type**. You can create an automatic or manual playlist.&#x20;
4. **Optional:** Add an Intro or Outro Audio or Text and/or an audio between the articles.&#x20;
5. Click **Create new Playlist.**
   {% endhint %}

### Automatic Playlist

The automatic playlist is automatically updated every 10 minutes by BotTalk according to the current statistics.

You can create an automatic playlist based in following parameters:&#x20;

* **Daily:** Current date and time from 0h UTC+0 - to 24h UTC+0
* **Yesterday:** Previous day from 0h UTC+0 - to 24h UTC+0. / 24 hours interval for yesterday.
* **Weekly:** 7 days ago based on the current day. The weekly playlist won't start from Monday by default. Time range rounded same as for daily.
* **Monthly:** 1 month ago (30 or 31 days ago), days are not rounded by start of the month and end of the month. Time range rounded same as for daily.

### **Manual Playlist**&#x20;

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

In the manual playlist, you can select individual articles and add them to the playlist. The articles are not updated automatically and remain in the playlist until they are deleted manually.

You can select following time range to find an article:&#x20;

* **From - To:** Free selection of the time range.&#x20;
* **Today:** Current day from 0h UTC+0 to 24h UTC+0
* **Yesterday:** Previous day from 0h UTC+0 to 24h UTC+0 (not 24 hours ago).
* **This Month:** Current month from first day of month to last day of month. If current date is *2022-11-11* then interval will be from 2022-11-01 to 2022-11-30, not 30 days ago.
* **Past Month:** Previous month from first day of month to last day of month. If current date is *2022-11-11* then interval will be from 2022-10-01 to 2022-10-31, not 30 days ago.

{% hint style="warning" %}
**Note:** If you want to set up several playlist's on different websites, **every Playlist requires an own Playlist Player.**&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bottalk.io/docs/features/playlist-player/set-up-a-playlist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
