# Guides

- [How to stream with OBS](https://evenings.gitbook.io/evenings-api/guides/how-to-stream-with-obs.md)
- [How to stream with Audio Hijack](https://evenings.gitbook.io/evenings-api/guides/how-to-stream-with-audio-hijack.md)
- [How to build an HTML audio player with Evenings](https://evenings.gitbook.io/evenings-api/guides/how-to-build-an-html-audio-player-with-evenings.md): Evenings makes it simple to embed a live audio stream in any plain HTML page. This step‑by‑step guide shows you how to turn the snippet below into a fully functioning player—no frameworks required .
- [How to use the Always On streaming feature](https://evenings.gitbook.io/evenings-api/guides/how-to-use-the-always-on-streaming-feature.md): The Always On feature allows your station to stream in between shows and events. It fills any empty air with a previous show. Here's how to use it.
- [How to schedule a broadcast that’s happening live later on](https://evenings.gitbook.io/evenings-api/guides/how-to-schedule-a-broadcast-thats-happening-live-later-on.md): You can do this on your phone or computer
- [How to change the name of the broadcast](https://evenings.gitbook.io/evenings-api/guides/how-to-change-the-name-of-the-broadcast.md): You can do this on your phone or on your computer
- [How to schedule a prerecorded livestream](https://evenings.gitbook.io/evenings-api/guides/how-to-schedule-a-prerecorded-livestream.md): You can do this on your phone or computer
- [How to build a custom audio player with Framer](https://evenings.gitbook.io/evenings-api/guides/how-to-build-a-custom-audio-player-with-framer.md)
- [How to use the Upload Page feature](https://evenings.gitbook.io/evenings-api/guides/how-to-use-the-upload-page-feature.md): A guide on how to allow others to upload to your station without giving them access to your station.


---

# 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://evenings.gitbook.io/evenings-api/guides.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.
