# 使用指引

## 快速开始 / Quick Start

本指南帮助你在 5 分钟内完成第一次项目创建与 AI 生成。

### 1. 创建书籍/项目

进入书架后点击「新建书籍」，即可生成一个项目。你也可以使用「导入」把备份文件恢复到书架。

### 2. 新建章节与场景

进入写作页面左侧「大纲」面板，点击章节右侧的「+」添加场景，或在章节列表底部新增章节。章节与场景标题可直接点击编辑。

### 3. 插入 Beat 并生成

在场景正文中输入 `/`，选择「正文生成器（Body Generator）」插入 Beat。填写写作指令、选择字数与素材，必要时先预览 Prompt，再点击生成。生成后可「接受」插入正文或「丢弃」重来。

### 4. 导出与保存

右上角点击「编译导出」图标，选择 TXT/Markdown/HTML 格式并设置导出选项（如移除 AI 指令、包含章节标题）。如需完整备份，使用「项目备份」导出 JSON，可在书架通过「导入」恢复。


---

# 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.aixiaoshuo.app/shi-yong-zhi-yin.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.
