# Overview - available Bricks

### Available Bricks

We're permanently working on expanding the list. Here are your current options:

| Name                                              | Sensors                                | Actors          | How to get it                                                                                     |
| ------------------------------------------------- | -------------------------------------- | --------------- | ------------------------------------------------------------------------------------------------- |
| [Brick 101](/hardware/hardware/brick-101.md)      | 1 Temperature Sensor                   | 1 Relay         | [buy](https://bricks.bierbot.com/#/buy) / [built](https://www.youtube.com/watch?v=ZJEo5KyGwx4)    |
| [Brick 32](/hardware/hardware/brick-32.md)        | 1 Temperature Sensor                   | 1 Relay         | [built](https://youtu.be/5TI9fxsTRmM)                                                             |
| [TILT](/hardware/hardware/tilt.md)                | 1 Temperature Sensor, 1 Gravity sensor |                 | [buy](https://tilthydrometer.com/)                                                                |
| [iSpindel](/hardware/hardware/ispindel.md)        | 1 Temperature Sensor, 1 Gravity sensor |                 | [built](https://github.com/universam1/iSpindel/blob/master/docs/README_en.md)                     |
| [RaspberryPi](/hardware/hardware/raspberry-pi.md) | multiple Temperate Sensors             | multiple relays | [built](https://www.youtube.com/watch?v=gghbpVjFMLI)                                              |
| [HYDROM](/hardware/hardware/hydrom.md)            | 1 Temperature Sensor, 1 Gravity sensor |                 | [buy](https://hydrom.io/)                                                                         |
| [RaptPill](/hardware/hardware/raptpill.md)        | 1 Temperature Sensor, 1 Gravity sensor |                 | [buy](https://www.kegland.com.au/products/yellow-rapt-pill-hydrometer-thermometer-wifi-bluetooth) |

### Community Bricks

Extensions of our software or completely new developments by our awesome community will be linked here:

<table><thead><tr><th width="200">Name</th><th>Sensors</th><th>Actors</th><th>Other</th><th>Links</th></tr></thead><tbody><tr><td>BookesBrick</td><td>1 Temperature Sensor</td><td>2+ Relays</td><td>Display</td><td><a href="https://github.com/JoDaNl/BookesBrick">Github</a></td></tr></tbody></table>

Are you missing something: Let us know!


---

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