> For the complete documentation index, see [llms.txt](https://docs.suggestic.com/console/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/console/accessing-the-console/access-the-main-menu/ingredient-groups.md).

# Ingredient Groups

## Overview

An ingredient group is a set of predefined or custom ingredients used to add them to a specific rule. For example, you can define a dairy-free group that can contain: low-fat milk, eggs, fruit and vegetables, etc.

## Description

Within the ingredient groups, it is possible to:

* See the list of ingredient groups created either by Suggestic or by a user.
* Create an ingredient group
* Duplicate ingredient groups
* Edit ingredient groups

{% hint style="info" %}
Ingredient groups cannot be deleted.
{% endhint %}

## Access the Ingredient Groups List

To access the program list, click on the <img src="/files/PktdP8gGURprnjP5X7uo" alt="" data-size="line">**Ingredient Groups** option:

![](/files/XzpIScmbB80kfX5uQfbt)

Ingredient groups are categorized and divided into two tabs:

### **My Groups**

Find all the ingredient groups created by the logged-in user.

![](/files/60B0eNKmEvSXaNEXDVC5)

Refer to [this documentation](https://docs.suggestic.com/console/access-the-main-menu/access-the-main-menu/programs/ingredient-groups/create-ingredient-groups) for more information regarding the creation of ingredient groups.

### **Predefined**

Find all the ingredient groups created by Suggestic.

![](/files/f0VhV3TsbqGLEqGypge2)

{% hint style="info" %}
Predefined ingredient groups cannot be edited or modified themselves. Instead, they can be cloned to be later edited.&#x20;
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.suggestic.com/console/accessing-the-console/access-the-main-menu/ingredient-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
