# Getting Started

Brewfather is a comprehensive brewing app for designing recipes, managing inventory, and tracking batches across web and mobile. Whether you are new to homebrewing or a seasoned brewer switching from another app, this section helps you get up and running.

## What You'll Accomplish

By the end of these guides, you will have your brewery configured, your first recipe designed, and your first batch tracked.

## Recommended Learning Path

Follow these guides in order for the smoothest experience:

1. [Quick Start](/getting-started/quick-start.md) — Your first recipe and batch in 5 minutes
2. [Setting Up Your Equipment Profile](/getting-started/setting-up-your-equipment-profile.md) — Configure your brewery for accurate calculations
3. [Creating a New Recipe](/getting-started/creating-a-new-recipe.md) — Design a recipe from scratch in the Recipe Designer
4. [Import Recipes](/getting-started/import-recipes.md) — Bring in recipes from BeerSmith, Brewer's Friend, or other tools
5. [Your First Batch](/getting-started/your-first-batch.md) — Brew, ferment, and track your batch from start to finish
6. [Introduction Videos](/getting-started/introduction-videos.md) — Visual walkthroughs from the community
7. [Add/Update Data](/getting-started/add-update-data.md) — Add custom ingredients or contribute to the shared database

## First Time in the App

When you first sign in, Brewfather walks you through a short setup: accept the Terms of Service, learn about the app, optionally start a free 30-day Premium trial (no credit card required), and choose your preferred unit system (Metric, Imperial, or US).

After onboarding, you will land on the Recipes page — your home base for designing and managing recipes.

## Navigation Overview

The sidebar menu gives you access to the main sections of Brewfather:

* **Recipes** — Design, edit, and organize your beer recipes
* **Batches** — Track brews through Planning, Brewing, Fermenting, and Completed stages
* **Inventory** — Manage your stock of fermentables, hops, yeast, and miscellaneous ingredients
* **Library** — Browse community-shared recipes for inspiration
* **Profiles** — Configure reusable equipment, mash, fermentation, and water profiles
* **Styles** — View and reference beer style guidelines (BJCP, BA, and custom)
* **Tools** — Access brewing calculators for carbonation, ABV, refractometer readings, and more
* **Settings** — Customize units, formulas, and app preferences
* **Devices** — Monitor connected IoT devices such as hydrometers and temperature controllers (visible when devices are configured)

## Guides

{% content-ref url="/pages/TROmd6ZQR7StzibmTCEE" %}
[Quick Start](/getting-started/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LF3ety-wpkAIUS-t78I" %}
[Setting up your equipment profile](/getting-started/setting-up-your-equipment-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LF3eVpdZxRFqbwVV4t6" %}
[Creating a new recipe](/getting-started/creating-a-new-recipe.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lus8GEuZ26A3kaJi-YF" %}
[Import Recipes](/getting-started/import-recipes.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LF3elbCaZdG4Dhw52QB" %}
[Your first batch](/getting-started/your-first-batch.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LF3hT9Q0s5os451J9es" %}
[Introduction videos](/getting-started/introduction-videos.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQWr4HRhmk8vW3-mcpM" %}
[Add/Update data](/getting-started/add-update-data.md)
{% endcontent-ref %}

## Popular Next Steps

{% content-ref url="/pages/-LF4R8Pgdnt5WKrvEQhW" %}
[Tilt Hydrometer](/integrations/tilt-hydrometer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LF4SPDKe6PerPhJEz6J" %}
[Water Calculator](/recipes/water-calculator.md)
{% endcontent-ref %}

[**Go to Brewfather app**](https://web.brewfather.app)


---

# 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.brewfather.app/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.
