# Automatic mode

### Prerequisites

Before you can start the Automatic mode, you need to create a recipe. If you have already done that: Great! If not and you want to know how: Head over to the creating a [recipe tutorial](/getting-started/importing-recipes.md).

### Starting a brew

To start a brew, head over to your recipes. Click the <img src="/files/-MefmLfy8WD-_hQAYkXP" alt="" data-size="original"> "Start brew" button in the list of recipes. Wait a few seconds while the software prepares your brew. You'll be automatically redirected to the brewing / "Automatic" screen.

### Brew preparation

Before the brew actually starts, we need to set some **generic settings**:

* The target amout of final wort (this is only used as part of the logging for now).
* The brewnumber: Based on your breweries next brew - automatically incremented by 1 if that's a number only.

We also need to select the **used hardware** for every brewing step defined by the recipe. This may vary, since not every recipe may i.e. include fermentation steps.

You can only select hardware that is ready for use. A mashtun without any heating relais configured will not work / show up here.

![Brewing preparation.](/files/-MefnM2C1dbtStvmuzmY)

After you've selected devices for all brewing steps (or skipped them), you can start the brew. If you want to start the brew right away hit "Let's go!". If you want to schedule the brew, to start at a later point of time, use the "schedule start" button. This makes sense, if you want to start the brew in the morning without having to leave the bed until mash-in.

### The brew

Finally - the brew starts. The brewing screen gives you every information about your process at a glance. From top to bottom:

* At the top, the **control card** is located. It consists of
  * The current temperature reading (you can configure the unit in [Your settings](/using-bricks/your-settings.md)).
  * A Stop button - if you want to abort the brew.
  * A next button - that will trigger the next recipe step without checking any conditions.
  * A card showing the current state of your device (is the heating/cooling on or off)
  * A "add log" button. By default, this button will log comments. Using the arrow down, you can also add other logs such as gravity-readings, volumes, etc.
* On the left you'll find all recipe steps for mashing and fermentation. Also, if a process step is completed (e.g. mashing, meaning all mashing step), a wrapup card will be displayed. This is a **gentle** reminder 😉 that is now the perfect time to add some logs such as the current gravity.
* On the top-right all diagrams will be displayed. Different diagrams will appear as soon as the values arrive. In most cases this will be the temperature. You can zoom to a predefined range using the dropdown at the top right, or by interacting the the plot directly.
* On the bottom-right you'll find the **comments card**. This card will simply display all comments you've logged using the button on the **control card**.

![UI of the automatic mode during fermentation.](/files/-Mck88knfs6tHZij4Z79)


---

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