# Account

Click your portrait in the menu to access the account page.

The Account page is your central hub for managing your Brewfather identity and subscription.

## Account Management

From the account page you can:

* **Change subscription plan** — upgrade, downgrade, or manage your current plan
* **Sign out** — log out of your Brewfather account
* **Update your e-mail address** — change the e-mail associated with your account
* **Set a new password** — update your account password
* **Manage your public profile** — create or edit your community profile (Premium and above)
* **View storage usage** — see how much of your file storage quota is used (Premium Plus and above)

{% hint style="info" %}
Setting a new password or changing your e-mail is only possible if you logged in recently. Sign out and log in again if you have not recently logged in.
{% endhint %}

## Public Profile

Premium users and above can create a **public profile** to identify themselves in the Brewfather community. Your profile includes a unique profile name (handle), display name, brewery avatar, country, city, and bio.

You can change your profile name once per month. See [Library](/library.md#public-profile) for full details on public profile management.

## Related Pages

* [Settings](/settings.md) — API keys and other configuration (Premium and above)
* [Subscription](/account/subscription.md) — plan details, trials, and AI credits


---

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