> For the complete documentation index, see [llms.txt](https://wiki.openmc.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.openmc.fr/features/food.md).

# Nourriture custom

## Kebab

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/Qo6tUKrihDhu0PVx82W6" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* pain
* tomate
* salade
* oignon
  {% endtab %}

{% tab title="Info" %}
Le **kebab** est un aliment custom qui vous nourrit comme n'importe quel autre aliment, même s'il y a une infime chance de choper la chiasse.
{% endtab %}
{% endtabs %}

## Salade, tomate, oignon

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/pM0jJmq4IBpZm3t7fEza" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 1 tomate, salade ou oignon
  {% endtab %}

{% tab title="Info" %}
Pour obtenir la **salade**, la **tomate** et l'**oignon**, vous devrez tuer des villageois fermiers.\
Il faudra vous armer de patience puisque la chance d'obtenir l'un des trois légumes est infime.
{% endtab %}
{% endtabs %}

## *The Mixture*

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/5Ow5WQVJFz5c90ZEkcvt" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 4 glass
* 4 iron ingot
* 1 aywenite
  {% endtab %}

{% tab title="Info" %}
Aucun Effet Secondaire !
{% endtab %}
{% endtabs %}

## Frites

{% tabs %}
{% tab title="Craft" %}

<figure><img src="/files/ldUdDXPH7cythIYVZAzi" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Matériaux nécessaires" %}

* 3 baked potato
  {% endtab %}

{% tab title="Info" %}

<figure><img src="/files/0aZsE94UsJrsDMoL00dr" alt=""><figcaption></figcaption></figure>

Les frites n'ont pas d'effet particulier.
{% endtab %}
{% endtabs %}


---

# 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://wiki.openmc.fr/features/food.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.
