# Brewlogs

The brewing logs overview screen shows  you all of your past brews. You can search for past brews using the search field on the top-right corner of the table.

![The brewinglogs screen.](/files/-MejmARU0eJWYQg4EHRs)

Currently that is

* Name of the brew
* Two action buttons ( <img src="/files/-MejljB3a_-G60M9okh6" alt="" data-size="original"> ):
  * To delete this log
  * To open the detailled report
* A rating, each member of your brewery has one vote
* The brewnumber
* when the brew was brewed
* It's duration
* Wort volume boiling
* The amount of green beer
* The gravity after boiling
* and the gravity after fermentation (this will be used to calculated the ABV).

Any info that can be changed inline is denoted by a <img src="/files/-Mejlq5rhg-ASP6ng7RZ" alt="" data-size="original"> . Just click on it, to edit it.


---

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