# How-to guides

Suggestic API brings different possibilities to implement a nutritional system according to the user's needs.

The following guides provide different scenarios and solutions using the endpoints documented in the Suggestic API Reference section.

If you are not yet familiar with how to use our API solution, please refer to the [Getting Started guide](/graphql/start-here/getting-started.md).

As follows find the list of the how-to guides:

{% content-ref url="/pages/YNByvRTiWOclY9m6Dxch" %}
[How to add desserts to your meal plan](/graphql/knowledge-base/how-to-guides/how-to-add-desserts-to-your-meal-plan.md)
{% endcontent-ref %}

{% content-ref url="/pages/POtx7MDikTLARcDDawOi" %}
[How to log your custom recipe](/graphql/knowledge-base/how-to-guides/how-to-log-your-custom-recipe.md)
{% endcontent-ref %}

{% content-ref url="/pages/B6oBiXwfcw0DPye3PlkZ" %}
[How to generate a Meal Plan based on a template](/graphql/knowledge-base/how-to-guides/how-to-generate-a-meal-plan-based-on-a-template.md)
{% endcontent-ref %}


---

# 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/knowledge-base/how-to-guides.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.
