# BFF.fm Developers

## BFF.fm Developers

- [BFF.fm Developer Platform & APIs](https://developer.bff.fm/master.md): BFF.fm is a community radio station in San Francisco, California. You can tune in live at https://bff.fm. We provide a number of public data endpoints with which you can build fun things.
- [Live Broadcast](https://developer.bff.fm/audio/stream.md): Get BFF.fm playback live in your app.
- [Shows & Podcasts](https://developer.bff.fm/audio/podcasts.md): Feeds for show archives.
- [Now Playing](https://developer.bff.fm/api/now-playing.md)
- [Schedules](https://developer.bff.fm/api/schedule.md): What's on BFF.fm, and when.
- [Developer Rules](https://developer.bff.fm/about/developer-rules.md): What to know if you're building things with BFF.fm's data and APIs.
- [Code of Conduct](https://developer.bff.fm/about/code-of-conduct.md): A community code of conduct that we ask of anyone contributing to our development and open source projects.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.bff.fm/master.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.
