# 准备

## 介绍

正式开始 食用 前，你需要先了解的一些信息

| **类型**   | 后缀名       |
| -------- | --------- |
| **YAML** | yml, yaml |

在本 `ColdEstiny` 中，我们使用 **YAML** 格式来操作插件\
如果你不熟悉此类配置结构的一些用法，建议参阅 [此处](https://www.runoob.com/w3cnote/yaml-intro.html)

***

### 编辑器[​](https://legacy.invero.fining.io/docs/guide/prepare#%E7%BC%96%E8%BE%91%E5%99%A8) <a href="#bian-ji-qi" id="bian-ji-qi"></a>

任何菜单配置都离不开一个顺手的文本编辑器\
如果你还没有一个像样的文本编辑器，或其不支持 YAML 语法高亮，\
我们推荐 [VS Code](https://code.visualstudio.com/)

***

### 工作目录[​](https://legacy.invero.fining.io/docs/guide/prepare#%E5%B7%A5%E4%BD%9C%E7%9B%AE%E5%BD%95) <a href="#gong-zuo-mu-lu" id="gong-zuo-mu-lu"></a>

`ColdEstiny` 的工作目录是 `plugins\ColdEstiny\workspace`，\
相关菜单配置都应在此目录（或其多级子目录）下

{% hint style="danger" %}
请注意，每个组Key是唯一的，万不可重复出现
{% 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:

```
GET https://yunleahs-organization.gitbook.io/coldestiny/ru-men/zhun-bei.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.
