# Create Recipe

> Example: Add a new cooking recipe: 神秘面包 to the CommonCookPot cooking pot generated by the plugin by default

## 1. Create recipes within the game

* Enter **/cook editor** to create a new cooking recipe called 神秘面包 using the in-game editor

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

* After editing the recipe, save it and ente&#x72;**/cook reload**

## 2.Add this cooking recipe to the recipe category

* Add recipes to categories in CommonCookPot&#x20;

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

* Open categories. yml and find the regular recipe category
* Add 神秘面包 to this recipe category

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

## 3. Reload the plugin

use /cook reload


---

# 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://gyzer.gitbook.io/legendarycook/product-guides/create-recipe.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.
