> For the complete documentation index, see [llms.txt](https://evenings.gitbook.io/evenings-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evenings.gitbook.io/evenings-api/guides.md).

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