# Using 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.


---

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