> 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/miscs.md).

# Miscs

The RAPT Portal has a large database of Miscellaneous Ingredients. This includes ingredients such as oak ships, enzymes, flavour agents, finings etc. Misc ingredients are ingredients that can be used for brewing (or brewing related pursuits such as distillation) that are not malts, hops or yeasts.

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 miscellaneous ingredient to your inventory select the  <img src="/files/78z6Qrll9yUFBgHAzIXy" alt="" data-size="line"> **Add** button in the top left.

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

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

Once you have found the ingredient you wish to add in the database, select it by clicking the name. This will populate the fields with the current values. These can be added to or edited manually if desired. FIelds that can be entered for Miscellaneous Ingredients include Supplier, Names, Type (which includes the option Other) etc

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

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

Simply enter the values in the fields as necessary. There is only one tab for Misc items.

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

Once you are happy with the information for the ingredient, select <img src="/files/CSO9M1Jwvo95sFz7acDe" alt="" data-size="line"> **Save** to save this to your Miscs 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/miscs.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.
