# General

## Getting Started

Here are global settings for the [Recipe Builder](https://docs.brewersfriend.com/recipe-builder), Recipe View and [Brew Session](https://docs.brewersfriend.com/brew-session).

<https://www.brewersfriend.com/homebrew/profile/general_settings>

### Global Settings

* **Units** - Default units on recipe pages. Also applies to settings under the equipment tab.
* **Sugar Scale** - Specific gravity (1.xxx) is popular in the home brewing world. Plato is generally used by pro brewers and works well with metric.
* **Time Zone** - Timezone applied on dates and timestamps throughout the site.
* **Date/Time Format -** Date format applied on dates and timestamps throughout the site. The above timezone will be applied also.&#x20;
* **Currency Format** - Used in shopping. Choose the currency of your country.

### Recipe Editor Settings

* **Brewing Method** - Default brewing method. You are not restricted to a given method, this is just for convenience. Pick the style you brew the most.&#x20;
* **Batch Size Target** - Default batch size target on the recipe editor. Target how much goes into the fermentor or target the kettle volume at the end of the boil.
* **Default Batch Size** - Default batch size in the recipe editor.
* **Default Boil Size** - Default boil size in the recipe editor.
* **Packaging Size** - Default packaging size for calculating calories and carbohydrates
* **ABV Equation** - For more information about ABV equations [click here](https://www.brewersfriend.com/2011/06/16/alcohol-by-volume-calculator-updated/).
* **IBU Equation**
* **SRM Equation**
* **Default Hops Type**
* **Default C02 Unit**
* **Show User Contributed Ingredients** - Will show other users ingredients contributed to the catalog in the ingredient dropdowns on the recipe builder.&#x20;

### Recipe View Settings

* **Show Fermentation Chart** - Show fermentation chart on recipe view from brew log entries.&#x20;

### Brew Session Settings

* **Snapshot Default** - Controls default setting for the 'create snapshot' option on the Brew page.&#x20;
* **Hide Brew Timers**
* **Brew Timer Sound**
* **Brew Log Default Sort Order-** setting for a default brew log sort order, defaults to oldest logs first or newest logs first.[<br>](https://user-images.githubusercontent.com/105065/80517523-757a0800-8942-11ea-8e49-0f677b9d8eb4.png)


---

# 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.brewersfriend.com/profile/general-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.
