# Meal Plan

- [Meal Plan](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-plan-1.md): Returns a 7-day meal plan based on the user's profile.
- [Custom Meal Plan](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-plan.md): Generates a Custom Meal Plan based on a daily caloric goal, macro ratios, and the user's profile.
- [Simplified Meal Tracking](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-tracking.md)
- [Meal Tracker](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-tracking/meal-tracker.md): Get the list of all tracked meals for a given range of dates.
- [Meal Plan Config](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-plan-config.md): Debug the users' current meal plan configuration
- [Meal Planner (deprecated)](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-planner.md): Suggestic's meal planner feature generates a plan that is compliant with the user's assigned program and all its preferences and restrictions.


---

# 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.suggestic.com/graphql/query/queries/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.
