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

# Bienvenue

Chaque semaine, tu fais les mêmes choix sans vraiment y réfléchir : quoi cuisiner, où acheter, combien ça coûte. Deazl s'occupe de tout ça à ta place.

Tu planifies tes repas en quelques taps, ta liste de courses se génère automatiquement, et Deazl te dit où acheter chaque ingrédient au meilleur prix dans tes magasins habituels.

***

## Ce que ça change concrètement

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>🗓 Fini la question "on mange quoi ?"</strong></td><td>Planifie toute ta semaine en une fois, depuis tes recettes préférées ou en en ajoutant de nouvelles.</td></tr><tr><td><strong>🛒 Ta liste se crée toute seule</strong></td><td>Plus besoin de faire l'inventaire dans ta tête. Deazl calcule exactement ce qu'il te faut, dans les bonnes quantités.</td></tr><tr><td><strong>💰 Tu sais où c'est le moins cher</strong></td><td>Deazl compare les prix par ingrédient dans tes magasins. Tu fais tes courses les yeux ouverts.</td></tr><tr><td><strong>🥗 Rien ne se perd</strong></td><td>Ton garde-manger est à jour. Ce que tu as déjà n'apparaît pas dans ta liste.</td></tr></tbody></table>

***

## Par où commencer ?

Si tu viens d'installer l'app, commence ici :

{% content-ref url="/pages/749SsZUgRIj5e4R8hMo3" %}
[Créer mon compte](/premiers-pas/getting-started.md)
{% endcontent-ref %}

Sinon, plonge directement dans ce qui t'intéresse :

{% content-ref url="/pages/GZEikrtwtnL64QxLB853" %}
[Planification des repas](/fonctionnalites/planning.md)
{% endcontent-ref %}

{% content-ref url="/pages/rxw9Pguybwry5KIXHsJr" %}
[Liste de courses](/fonctionnalites/shopping.md)
{% endcontent-ref %}

{% content-ref url="/pages/XaT2zN1xcop458V4zHUy" %}
[Comparaison des prix](/fonctionnalites/analytics.md)
{% endcontent-ref %}

***

{% hint style="info" %}
Une question, un problème ? Écris-nous à <support@deazl.fr>. On répond dans la journée.
{% endhint %}


---

# 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.deazl.fr/readme.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.
