> For the complete documentation index, see [llms.txt](https://docs.rapt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rapt.io/inventory/hops.md).

# Hops

The RAPT Portal has a large database of hops which is maintained to be as up to date as possible.

This works in a similar manner to Fermentables where you can also add any items that are not in the database to your inventory manually as well.

To add a hop to your inventory select the  <img src="/files/78z6Qrll9yUFBgHAzIXy" alt="" data-size="line"> **Add** button in the top left.

This will bring up the Hops window where you either search for the hop to add, or simply enter it manually if it is not in the database.

<figure><img src="/files/5s9feS2PLNDGIb27uUkZ" alt=""><figcaption></figcaption></figure>

Once you have found the hop you wish to add in the database, select it by clicking the name. This will populate the fields with the current values for the hop. These can be added to or edited manually if desired. FIelds that can be entered include Supplier, Name, Origin, Form (Pellet, Plug, Leaf or Extract), Typical Values such as Alpha Acids.

Once you are happy with the information for the hop, select <img src="/files/CSO9M1Jwvo95sFz7acDe" alt="" data-size="line"> **Save** to save this to your Hops inventory.

If the hop you wish to add is not in the database it can be added manually.

Simply enter the values in the fields as necessary. There are three information tabs - DETAILS, TYPICAL VALUES and OTHER

Details is the name, supplier etc of the hop. Typical Values is the specification of the hop - Alpha Acid is the most important of these as the recipe builde will use this information.

<figure><img src="/files/xyQsNgHEIDCqWlgSLCjc" alt=""><figcaption></figcaption></figure>

Once you are happy with the information for the hop, select <img src="/files/CSO9M1Jwvo95sFz7acDe" alt="" data-size="line"> **Save** to save this to your Hops inventory.

Every item entered in your Inventory also has an Inventory Amount field. This should be kept up to date with the current inventory level. If any item in your Inventory is used in a recipe in the RAPT Portal Recipe Library, you can elect to have the item automatically deducted from your Inventory when the recipe is brewed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rapt.io/inventory/hops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
