# Eating and Drinking

```
r!eat | r!drink
```

Food and Drink items are now classified as "Consumables", meaning they can be consumed by using the `eat` and `drink` commands. Depending on the Consumable consumed, your Character will receive different amounts of health/stamina *(or other effects for special consumables)*.&#x20;

These commands can be used in any IC channel, and at any time.

{% hint style="warning" %}
*Consuming 3 items will trigger a `4h cooldown` before you can eat/drink again since your character would become full (this is regardless of the timeframe within which you've eaten the three meals).*
{% endhint %}

{% hint style="info" %}
*Alternatively, the `consume` command can be used to consume any food/drink item without having to distinguish between food and drink.*
{% 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/character/health/eating-and-drinking.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.
