# 结构图导出

## 设置

要想实现此功能，您需要遵从如下步骤：

* 打开 `setting.yml` 文件，找到 `schematics` 选项，并添加 `save_path` 子选项，在该子选项填结构图保存的路径，示例如下：

```
schematics:
  save_path: /var/www/schematics
```

* 站在一块地皮内并使用 `/plot schematic save` 指令保存结构图.
* **在控制台** 输入 `/plot schematic exportall` 指令以导出结构图到对应路径.


---

# 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://docs.superiormc.cn/plotsquared-wiki/jie-gou-tu/jie-gou-tu-dao-chu.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.
