# Setup your Bricks account

After registration everything is automatically setup for you

1. A new brewery: This will hold everything "brewing" related (recipes, hardware, etc.). You can also add others to the brewery. Read more here: [Managing your brewery](/using-bricks/managing-your-brewery.md).
2. Your profile for profile picture, username (to make it easy for others to add you to their brewery).&#x20;
3. **Most importantly**: Your settings. These allow you to customize, e.g. all units used in the UI to your needs. Read more here: [Your settings](/using-bricks/your-settings.md).


---

# 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/setup-your-bricks-account.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.
