# Introduction

The Suggestic API allows you to leverage Suggestic powerful platform and proprietary AI technology to create and deliver the best and most advanced **personalized nutrition** apps and programs.

This documentation provides an overview of the capabilities our suite of APIs offers and provides instructions on how to use it. Most of the API endpoints listed in this documentation also cover our entire platform, including the [Console](https://app.gitbook.com/o/-LwqSh0rNboNaGEQruZQ/s/-MbNfvAh4JOurMsovv7p/) and [Coaching Portal](https://app.gitbook.com/o/-LwqSh0rNboNaGEQruZQ/s/2YYW6bhSI3P9nEjXjuSL/).

Please reach out if you need help, or have any questions.

Happy coding!

{% hint style="info" %}
A couple of tips before you get started

* Brush up on your GraphQL knowledge. We like the GitHub [guide](https://developer.github.com/v4/).
* Read our [core concepts](https://docs.suggestic.com/graphql/start-here/core-concepts) and review our [getting started](https://docs.suggestic.com/graphql/start-here/getting-started) guide.
* [Download ](https://apps.apple.com/us/app/suggestic-precision-eating/id1122309887)and familiarize yourself with our iOS app as it will help you understand the features and experiences that can be created using this API.
  {% endhint %}


---

# 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/master.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.
