> For the complete documentation index, see [llms.txt](https://docs.brewersfriend.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brewersfriend.com/readme.md).

# Brewer's Friend Docs

Checkout the [FAQ](/faq.md) for frequently asked questions, the [Changelog](/changelog.md) for recent updates, the [Recipe Builder](/recipe-builder.md) for starting a new recipe or the [API](/api.md) for programmatically working with your brewing data.  Also we love your feedback, send it here [https://www.brewersfriend.com/feedback-welcome](https://www.brewersfriend.com/feedback-welcome/)

### Follow us and join the conversation, we look forward to virtual **🍻 with you!**

* **Instagram** - [https://www.instagram.com/brewersfriend](https://www.instagram.com/brewersfriend/)
* **Facebook** - [https://www.facebook.com/BrewersFriendSite](https://www.facebook.com/BrewersFriendSite/)
* **Facebook** - [Brewer's Friend Community Group](https://www.facebook.com/groups/brewersfriendcommunity)
* **Twitter** - <https://twitter.com/Brewers_Friend>
* **Reddit** - <https://www.reddit.com/user/brewersfrienddotcom>
* **Brewers Forum** - [https://www.brewersfriend.com/forum](https://www.brewersfriend.com/forum/)
* **YouTube** - <https://www.youtube.com/c/brewersfriend1>


---

# 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:

```
GET https://docs.brewersfriend.com/readme.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.
