> For the complete documentation index, see [llms.txt](https://help.fosci.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fosci.cloud/roznica/roznichnyi-blok/prodazha-sostavnykh-blyud.md).

# Продажа составных блюд

Вы можете настроить продажу составных блюд, например основное + гарнир на выбор или блюдо + топпинг. Дополнительная опция может быть для клиента бесплатной или за дополнительную стоимость.

Чтобы настроить составное блюдо необходимо:

1. &#x20;Перейти в карточку нужного вам блюда и перейти в блок дополнительно.&#x20;
2. В таблице в столбце Опция выберите "Дополнительно", в столбце Блюдо выберите нужное вам из списка и в столбце Цена укажите цену, если за него клиенту потребуется доплатить.  В ПОЛЕ ОПИСАНИЕ НИЧЕГО ВНОСИТЬ НЕ НУЖНО
3. Нажмите кнопку сохранить.

<figure><img src="/files/RMyV9pytaRiVJpSEehRh" alt=""><figcaption></figcaption></figure>

Далее добавляем это блюдо в прайс как обычно.

В личном кабинете заказ блюд с разными гарнирами и дополенениями выглядит следующим образом:

Выбираете нужное блюдо и указываете нужное количество,  выбираете нужное дополение и нажимаете добавить. Далее повторяете это действие со следующим дополнением.

Например, у вас заказ на 10 куриных грудок с пюре и на 5 куриных грудок с рисом. Указываете количество блюд 10, затем выбираете пюре и нажимаете на + чтобы добавить в заказ, затем указываете количество 5 и выбираете рис и далее снова нажимаете на +.

Заказ отправляете как обычно.

<figure><img src="/files/cd2l2133wrKtXdebojUT" alt=""><figcaption></figcaption></figure>


---

# 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://help.fosci.cloud/roznica/roznichnyi-blok/prodazha-sostavnykh-blyud.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.
