# Console

## Console

- [Introduction](https://docs.suggestic.com/console/master.md)
- [Quick Start Guide](https://docs.suggestic.com/console/helpful-resources/quick-start-guide.md): An overview of the Console platform with examples to get started
- [FAQ](https://docs.suggestic.com/console/helpful-resources/faq.md): Frequently Asked Questions
- [Custom Attributes](https://docs.suggestic.com/console/helpful-resources/faq/custom-attributes.md)
- [Programs](https://docs.suggestic.com/console/helpful-resources/faq/programs.md)
- [Recipes](https://docs.suggestic.com/console/helpful-resources/faq/recipes.md)
- [Rules](https://docs.suggestic.com/console/helpful-resources/faq/rules.md)
- [User Management](https://docs.suggestic.com/console/user-management.md)
- [Create a User](https://docs.suggestic.com/console/user-management/create-a-user.md)
- [Deactivate a User](https://docs.suggestic.com/console/user-management/deactivate-a-user.md)
- [Roles and Permissions](https://docs.suggestic.com/console/user-roles.md)
- [Login and logout to the Console](https://docs.suggestic.com/console/accessing-the-console/access-the-console.md)
- [Navigating the Console](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu.md)
- [Home Page](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/home-page.md)
- [Managing Programs](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/programs.md)
- [Create a Program](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/programs/create-a-program.md): This guide describes how to create a program
- [Edit a Program](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/programs/edit-a-program.md)
- [Activate/Deactivate a Program](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/programs/activate-deactivate-a-program.md)
- [Manage predefined nutritional programs](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/programs/manage-prepared-nutritional-programs.md)
- [User Segments](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/user-segments.md)
- [Create a Segment](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/user-segments/create-a-segment.md)
- [Custom Attributes](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/user-segments/create-a-segment/custom-attributes.md)
- [Ingredient Groups](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/ingredient-groups.md): Manage Ingredient Groups
- [Create Ingredient Groups](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/ingredient-groups/create-ingredient-groups.md)
- [Edit a Ingredient Group](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/ingredient-groups/edit-a-ingredient-group.md)
- [Mealplan Playground](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/mealplan-playground.md)
- [Customize your mobile App](https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/customize-your-mobile-app.md)
- [Advanced Options](https://docs.suggestic.com/console/accessing-the-console/advanced-options.md)
- [Manage Macro Settings](https://docs.suggestic.com/console/accessing-the-console/advanced-options/manage-macro-settings.md)
- [Manage Rules](https://docs.suggestic.com/console/accessing-the-console/advanced-options/manage-rules.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.suggestic.com/console/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.
