# Bricks

## Bricks

- [Welcome](https://docs.bierbot.com/master.md): This is the official documentation for BierBot Bricks. As you can tell, it's currently work in progress - but you may find the already completed ones interesting.
- [Terminology](https://docs.bierbot.com/getting-started/terminology.md): This page will briefly touch some of the most important terms (or concepts) used throughout our application.
- [Adding your first BierBot Brick](https://docs.bierbot.com/getting-started/adding-your-first-brick.md)
- [Setting up your first mashtun](https://docs.bierbot.com/getting-started/setting-up-your-first-mashtun.md): You've connected your first Brick to your brewery? Great! Next step is to assign its interfaces - most likely a relay and a temperature to a device.
- [Creating / importing recipes](https://docs.bierbot.com/getting-started/importing-recipes.md): Creating and importing recipes is super easy with BierBot Bricks.
- [Starting your first brew](https://docs.bierbot.com/getting-started/creating-a-new-recipe.md)
- [FAQ](https://docs.bierbot.com/getting-started/faq.md): This section answers or links the most commonly asked questions.
- [Overview - available Bricks](https://docs.bierbot.com/hardware/hardware.md): BierBot Bricks aims to be an open hub for all your brewery equipment - we call every them Bricks.
- [BierBot Brick](https://docs.bierbot.com/hardware/hardware/brick-101.md): The "Brick" has a temperature sensor and a relay that allows you to control the mash tun, refrigerator or fermenter.
- [TILT™](https://docs.bierbot.com/hardware/hardware/tilt.md)
- [iSpindel / iSpindle](https://docs.bierbot.com/hardware/hardware/ispindel.md): This page will show you how to integrate your iSpindel into Bricks!
- [Raspberry Pi](https://docs.bierbot.com/hardware/hardware/raspberry-pi.md)
- [Brick 32](https://docs.bierbot.com/hardware/hardware/brick-32.md)
- [HYDROM](https://docs.bierbot.com/hardware/hardware/hydrom.md): This page will show you how to integrate your Hydrom into Bricks!
- [RaptPill](https://docs.bierbot.com/hardware/hardware/raptpill.md): This page will show you how to integrate your RaptPill into Bricks!
- [Setup your Bricks account](https://docs.bierbot.com/using-bricks/setup-your-bricks-account.md)
- [Managing your brewery](https://docs.bierbot.com/using-bricks/managing-your-brewery.md)
- [Equipment](https://docs.bierbot.com/using-bricks/equipment.md)
- [Calibration](https://docs.bierbot.com/using-bricks/equipment/calibration.md)
- [PDI control settings](https://docs.bierbot.com/using-bricks/equipment/pdi-control-settings.md)
- [Equipment types](https://docs.bierbot.com/using-bricks/equipment-types.md)
- [Mashtun](https://docs.bierbot.com/using-bricks/equipment-types/mashtun.md)
- [BIAB / MLT / HLT](https://docs.bierbot.com/using-bricks/equipment-types/biab.md)
- [HERMS (advanced)](https://docs.bierbot.com/using-bricks/equipment-types/herms.md)
- [Fermenter](https://docs.bierbot.com/using-bricks/equipment-types/fermenter.md)
- [Manual mode](https://docs.bierbot.com/using-bricks/the-manual-mode.md)
- [Automatic mode](https://docs.bierbot.com/using-bricks/automatic-mode.md): The automatic mode runs your recipe consisting of multiple temperature seteps "automatically" and saves all temperatures, comments and other logs (volume, gravity) permanently.
- [Gravity history](https://docs.bierbot.com/using-bricks/automatic-mode/gravity-history.md): If you run a automatic to track the progress of your fermentation, a gravity graph will show up. Here's how to read it.
- [Brewlogs](https://docs.bierbot.com/using-bricks/brewlogs.md): Every brew that was completed using the automatic mode will be permanently stored as a brewing log so you can look up your temperature profiles, brewing duration, recipes steps and comments afterwards
- [Your settings](https://docs.bierbot.com/using-bricks/your-settings.md): Bricks is tailored towards customization and gives you full control over every unit used in the UI.
- [Bricks API](https://docs.bierbot.com/developer-section/bricks-api.md): The Bricks API is fully documented and open to everyone. If you are a software dev, this section will help you to turn your hardware into a "Brick" and interact with our software.
- [Connecting displays](https://docs.bierbot.com/developer-section/bricks-api/connecting-displays.md)
- [Pro API](https://docs.bierbot.com/developer-section/pro-api.md): The Pro API lets you interact with your brewerys' data, i.e. to enable custom build dashboards.
- [Changelog](https://docs.bierbot.com/developer-section/changelog.md)


---

# 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://docs.bierbot.com/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.
