# Getting Started

- [Terminology](https://docs.bierbot.com/getting-started/terminology.md): This page will briefly touch some of the most important terms (or concepts) used throughout our application.
- [Adding your first BierBot Brick](https://docs.bierbot.com/getting-started/adding-your-first-brick.md)
- [Setting up your first mashtun](https://docs.bierbot.com/getting-started/setting-up-your-first-mashtun.md): You've connected your first Brick to your brewery? Great! Next step is to assign its interfaces - most likely a relay and a temperature to a device.
- [Creating / importing recipes](https://docs.bierbot.com/getting-started/importing-recipes.md): Creating and importing recipes is super easy with BierBot Bricks.
- [Starting your first brew](https://docs.bierbot.com/getting-started/creating-a-new-recipe.md)
- [FAQ](https://docs.bierbot.com/getting-started/faq.md): This section answers or links the most commonly asked questions.


---

# 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/getting-started.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.
