# Hardware / Bricks

- [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!


---

# 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/hardware.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.
