# Notes

## Getting Started

### Edit Pane

The pane to the left is the edit pane.  You can use [markdown](https://guides.github.com/features/mastering-markdown/) language for easy formatting.  The edit pane will default to the list of fermentables, hops and yeast in your recipe.  Feel free to overwrite this to keep notes about your brew session.  Issues that came up, substitutions added, etc.

### View Pane

The pane to the right is the view pane.  This will be updated in real time as you type in the left pane.

### Auto Save

Toggle this option on for auto saving your notes every 60 seconds.

![](/files/-LYK9LHRQd0Y8qvUvfbf)


---

# 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/brew-session/notes.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.
