# Your settings

Your settings consist of three major areas. Your account, the interface settings, and your notification settings.

### Account-Settings

You can change your password and delete your account here. Please don't do the latter ❤.

### Interface-Settings

The interface settings allow you to change pretty much any unit displayed in the UI. Missing something? Please let us know! Settings currently include (but are not limited to):

* Gravity Unit: °Plato and original gravity.
* Gravity unit for own measurements: If you add a gravity during a brew there is a chance you'll want to do it using Brix since because that's how your refractometer works.
* Time units
  * For mashing (boiling duration, rest time)
  * For fermentation (how long to hold a temperature)
  * For the heating gradient
* Unit System: You can set this to metric (most parts of the world), imperial (mostly US), or custom. If custom is selected, you can specify each unit manually:
  * Temperature: °Celsius or °Fahrenheit
  * Volume: Liters, fluid ounces or gallons.
  * Lengh: Meter or inches.
  * Weight (malts): Kilogram, gram, milligram, pounds.
  * Weight (hops): Kilogram, gram, milligram, pounds.
  * Pressure: Bar, PSI, kPa.

### Notification-Settings

You can control when to be notified.


---

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