# Brew Steps

## Getting Started

Brew Steps are auto created when you start a brew session.  If you ever need to rebuild these steps you can do that under the [Edit tab](/brew-session/edit.md#getting-started).

{% hint style="info" %}
Setup default brew steps in your [Profile](https://www.brewersfriend.com/homebrew/profile/brew_steps).
{% endhint %}

All brew steps will have a done checkbox and a delete X button.  Certain brew steps will have timers, such as hop additions.

### Adding a Step

You can add a custom step to any section by clicking the Add Step button.

![](/files/-LYK2I0JcseoDxCbn-K5)

### Reordering Steps

You can reorder steps by clicking the Sort Steps button on the upper left.  Then you can drag steps to change their order.  Click the button again when you are done.  This was added due to mobile usability issues scrolling on the page.

![](/files/-LYK2iup0yTWrUwJsDkm)

### Current Step Bar

If you prefer to have a persistent bar along the bottom with your current step, toggle this option on.  This bar will stay without moving between tabs in the brew session.

### Timer Steps

To start a timer step click the play icon.  To stop a timer step click the stop icon.  You can also edit the time by clicking the clock icon.

### Finishing a Step

After you have finished a step simply click on the step text or checkbox.  The date/time will be recorded.


---

# 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.brewersfriend.com/brew-session/brew-steps.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.
