# Calibration

Nailing temperatures especially during mashing is crucial. By default, temperature controllers turn off the relais (the heating) when the target temperature is reached. This inevitably leads to temperature overshoots. Our software is already a little bit smarter by default and turns off the heating **before** the target temperature is reached. 👌

It get's even better: By hitting the <img src="/files/-MefiX77fQCX9oc2IkPW" alt="" data-size="original"> button, the BierBot Bricks software **automatically** learns how your system behaves to **minimize** future overshoots. 👌👌👌

To calibrate your device, set it up like you would for a normal brew. This means, e.g.

* Fill it up with water (just skip the fermentables).
* Install your stirring equipment (pump in BIAB systems).

It'll take about 60 minutes to finish the calibration. After that, your PDI and other device settings are automatically calculated for you. If you want, you can still adjust the automatically inferred PDI settings afterwards (read about it here [PDI control settings](/using-bricks/equipment/pdi-control-settings.md)).

<img src="/files/Q2NQDiYCwTKSeqxFp1LO" alt="" data-size="original">


---

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