> For the complete documentation index, see [llms.txt](https://cookbook.s1ckret.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cookbook.s1ckret.com/sekretna-kniga-receptiv.md).

# Секретна книга рецептів 🤫

Привіт! Це моя збірка рецептів, які я готую на щоденній основі. Мене звати Іван, я розробник програмного забезпечення та домашній кухар. Більше про мене можна подивитися на моєму сайті портфоліо - [s1ckret.com](https://s1ckret.com/).&#x20;

Загалом — 22 рецептів

Мета — 50 рецептів з фото!

{% tabs %}
{% tab title="Перше" %}
3 рецептів

* [Суп з фрікадельками](/sekretna-kniga-receptiv/pershe/sup-z-frikadelkami.md)
* [Суп з яловичиною та квасолею](/sekretna-kniga-receptiv/pershe/sup-z-yalovichinoyu-ta-kvasoleyu.md)
* [Гречаний суп](/sekretna-kniga-receptiv/pershe/grechanii-sup.md)
  {% endtab %}

{% tab title="Друге" %}
6 рецептів

* [Картопляне пюре](/sekretna-kniga-receptiv/druge/kartoplyane-pyure.md)
* [Гречка](/sekretna-kniga-receptiv/druge/grechka.md)
* [Гречка з 🍄‍🟫](/sekretna-kniga-receptiv/druge/grechka-z.md)
* [Гречка з 🧅🥕](/sekretna-kniga-receptiv/druge/grechka-z-1.md)
* [Плов](/sekretna-kniga-receptiv/druge/plov.md)
* [Карбонара](/sekretna-kniga-receptiv/druge/karbonara.md)
  {% endtab %}

{% tab title="М'ясо" %}
7 рецептів

* [Запечена куряча грудка](/sekretna-kniga-receptiv/myaso/zapechena-kuryacha-grudka.md)
* [Тюфтелі з рисом](/sekretna-kniga-receptiv/myaso/tyufteli-z-risom.md)
* [Запечена полядвиця](/sekretna-kniga-receptiv/myaso/zapechena-polyadvicya.md)
* [Курячі котлети смажені](/sekretna-kniga-receptiv/myaso/kuryachi-kotleti-smazheni.md)
* [Курячі котлети на пару](/sekretna-kniga-receptiv/myaso/kuryachi-kotleti-na-paru.md)
* [Свині відбивні](/sekretna-kniga-receptiv/myaso/svini-vidbivni.md)
* [Мʼясо по-французьки](/sekretna-kniga-receptiv/myaso/m-yaso-po-francuzki.md)
  {% endtab %}

{% tab title="Салати" %}
3 рецепти

* [Салат 🍏🥕](/sekretna-kniga-receptiv/salati/salat.md)
* [Соус сметанковий з укропом та фетою](/sekretna-kniga-receptiv/salati/sous-smetankovii-z-ukropom-ta-fetoyu.md)
* [Соус сметанковий з огірком та уксусом](/sekretna-kniga-receptiv/salati/sous-smetankovii-z-ogirkom-ta-uksusom.md)
  {% endtab %}

{% tab title="Солодке" %}
3 рецепти

* [Вівсяна запіканка з бананом](/sekretna-kniga-receptiv/solodke/vivsyana-zapikanka-z-bananom.md)
* [Сирники](/sekretna-kniga-receptiv/solodke/sirniki.md)
* [Вівсянка на молоці](/sekretna-kniga-receptiv/solodke/vivsyanka-na-moloci.md)
  {% endtab %}
  {% endtabs %}

Оновлено: 04.07.2025


---

# 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://cookbook.s1ckret.com/sekretna-kniga-receptiv.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.
