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

# Knowledge Base

- [How-to guides](https://docs.suggestic.com/graphql/knowledge-base/how-to-guides.md)
- [How to add desserts to your meal plan](https://docs.suggestic.com/graphql/knowledge-base/how-to-guides/how-to-add-desserts-to-your-meal-plan.md): The document will guide you through the steps to add a dessert meal to your generated meal plan.
- [How to log your custom recipe](https://docs.suggestic.com/graphql/knowledge-base/how-to-guides/how-to-log-your-custom-recipe.md): The document will guide you through the steps to create and log your custom meal
- [How to generate a Meal Plan based on a template](https://docs.suggestic.com/graphql/knowledge-base/how-to-guides/how-to-generate-a-meal-plan-based-on-a-template.md): The document will guide you through the steps to generate a meal plan based on a meal plan template
- [Common errors](https://docs.suggestic.com/graphql/knowledge-base/common-errors.md)
- [Meal Plan generation](https://docs.suggestic.com/graphql/knowledge-base/common-errors/meal-plan-generation.md)
- [FAQs](https://docs.suggestic.com/graphql/knowledge-base/faqs.md): Frequently Asked Questions
- [Getting Started on Suggestic](https://docs.suggestic.com/graphql/knowledge-base/faqs/getting-started-on-suggestic.md)
- [API and Authentication](https://docs.suggestic.com/graphql/knowledge-base/faqs/api-and-authentication.md)
- [Device Compatibility](https://docs.suggestic.com/graphql/knowledge-base/faqs/device-compatibility.md): Device compatibility with the Suggestic App
- [Meal Plan](https://docs.suggestic.com/graphql/knowledge-base/faqs/meal-plan.md)
- [Nutrition](https://docs.suggestic.com/graphql/knowledge-base/faqs/nutrition.md)
- [Programs](https://docs.suggestic.com/graphql/knowledge-base/faqs/programs.md)
- [Recipes](https://docs.suggestic.com/graphql/knowledge-base/faqs/recipes.md)


---

# 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:

```
GET https://docs.suggestic.com/graphql/knowledge-base.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.
