# Managing your brewery

The brewery holds all things brewing. This includes (but is not limited to):&#x20;

* Recipes
* Bricks (BierBot Brick, electric hydrometers)
* Equipment such as Mashtuns and Fermenters, as well as their calibration information.
* Running brewing and fermentation processes.
* Recipes.

If you head over to "Brewery" > "Administration" in the menu on the left, you have a couple of options:

* At the top, you can switch between breweries - if you're a member of more than one brewery.
* You can add a brewery logo to your brewery. Currently, that's just for yourself.
* You can give your brewery a name.
* You can change the last brewnumber. In case your brewnumber is purely numerical (only consisting of 0-9), BierBot Bricks will automatically increment this number for your next brew by 1.
* The members. You can add new members by typing their name in the "Search member" input. Registered users can change their name on the profile page. **Attention**: All members have full access.

![Managing your brewery.](/files/-Mea9mo-95ycdFFmjuUS)


---

# 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/managing-your-brewery.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.
