# Foraging

{% code title="#forest" %}

```javascript
r!forage
```

{% endcode %}

The `forage` command can be used by anyone to try and gather herbs, nuts, and berries from the forest.&#x20;

Every time you do the `forage` command, you will spend **15 stamina** to scout out the area and collect a decent amount of forageable items ***(The command can be used once every 8h)***. You will get between **1-4** different ones, but only one per foraged item. You can find the following items in the forest:

* Almonds
* Anise
* Basil
* Blueberry
* Caraway
* Chamomile
* Chestnuts
* Chives
* Coriander
* Dill
* Garlic
* Hazelnuts
* Laurel leaves
* Marjoram
* Mint
* Mushrooms
* Parsley
* Pine nuts
* Raspberry
* Rosemary
* Roses
* Sage
* Savory
* Strawberry
* Thyme
* Walnuts

{% hint style="info" %}
*Most of these cannot be eaten. Instead, they may be used in* [*Cooking*](/items/cooking.md) *or they can be sold to other characters or to the market directly.*
{% endhint %}


---

# 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.medievaldiscord.com/items/foraging.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.
