# Welcome to EasyCook Documentation

EasyCook is a simple and intuitive recipe app designed to make cooking a breeze. Explore a variety of recipes, tap into detailed descriptions, follow step-by-step instructions, and watch preparation videos. Each recipe comes with a clear list of ingredients, and our built-in chatbot provides helpful tips to elevate your cooking game!

This GitBook is your go-to resource for understanding EasyCook’s features, setup, and usage. Whether you’re a home cook or a developer, you’ll find all the essentials to get started and enjoy EasyCook to the fullest.


---

# 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://lahoucines.gitbook.io/easycook/readme.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.
