# Meal Plan

The Meal Plan API lets developers integrate the Whisk Meal Planner into their apps.

## What is a Meal Plan?

In Whisk, a Meal Plan is an endless schedule of meals set for each day. Every user has a single meal plan that gets automatically created for them.

![The Meal Plan model](/files/-M4oWupR6yVLvmTtkdMw)

## Auto-Generation Process

**How does it work?**

The [Meal Plan API](/api/meal-plans.md) uses an algorithm to calculate the precise number of calories each user should consume based on their age, height, weight, gender, health goals, and activity levels as present in their profile. Then, based on the user's caloric requirement and other details like dietary preferences, allergies & intolerance, disliked ingredients, and cooking preferences, a tailor-made meal plan is created. The auto-generated meal plan includes recipes taken from Whisk’s extensive and varied recipe database that are found suitable to the requirements.


---

# 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.whisk.com/resources/meal-plan.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.
