# Integrations

### Devices

The BrewBench Monitor App supports many device integrations including an open source DIY sensor integration.

* **Tilt** - [https://tilthydrometer.com](https://tilthydrometer.com/)
  * Tilt Pro - <https://tilthydrometer.com/products/tilt-pro-wireless-hydrometer-and-thermometer>
  * Tilt Pi (Recommended) - <https://tilthydrometer.com/products/tilt-pi-v2-buster-dec20-raspberry-pi-sd-card-image-download>
* **iSpindel** - <https://github.com/universam1/iSpindel>
  * Open Source Distilling - [https://www.opensourcedistilling.com/ispindel](https://www.opensourcedistilling.com/ispindel/)
* **Floaty** - [https://floatyhydrometer.com](https://floatyhydrometer.com/)
* **Brewbrain** - [https://brewbrain.nl](https://brewbrain.nl/)

Brewbrain uses [SenML](https://datatracker.ietf.org/doc/html/rfc8428) so there is limited support for this.&#x20;

### Software

The BrewBench Monitor App supports sending data to other APIs including any custom DIY API.  Checkout forwarders in the app under Sensor -> Forwarders.

* **Brewer's Friend** - [https://www.brewersfriend.com](https://www.brewersfriend.com/)
* **Brewfather** - [https://brewfather.app](https://brewfather.app/)
* **Ubidots** - [https://ubidots.com](https://ubidots.com/)


---

# 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.brewbench.co/integrations.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.
