> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-zuo-qu-he-qu-dong-qi/wen-jian-jia-mu-ban.md).

# 文件夹模板

当你反复使用相同的文件夹结构时，可以使用文件夹模板。这最常见于那些对每个新启动的项目都遵循相同文件夹结构的项目。目前，文件夹模板仅支持固定的文件夹结构，不能同时包含文件。

### 创建文件夹模板

1. 在 Drive 中，在父文件夹内创建所需的文件夹结构，或导航到父文件夹中已存在的文件夹结构
2. 右键单击包含所需文件夹结构的父文件夹
3. 选择 **另存为文件夹模板**
4. 为模板设置颜色编码并命名
5. 添加可选描述，以便人们知道该模板的用途
6. 如果该模板应可在工作区中的任何/所有 Drive 中使用，请保存到工作区。
7. 点击 **创建模板** 以保存

### 使用文件夹模板

在 Drive 中

1. 在文件夹层级中导航到文件夹应放置的位置
2. 右键单击并悬停在 **创建新文件夹**
3. 从弹出菜单中选择你的模板

### 管理现有文件夹模板

#### Drive 级模板

1. 右键单击一个 Drive
2. 点击 **查看文件夹模板**
3. 重命名或删除你的 Drive 级文件夹模板

#### 工作区级模板

1. 前往 设置 > 常规 > 文件夹模板
2. 点击 **管理文件夹模板**
3. 重命名或删除你的工作区级文件夹模板


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/gong-zuo-qu-he-qu-dong-qi/wen-jian-jia-mu-ban.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.
