> For the complete documentation index, see [llms.txt](https://raster.gitbook.io/zh-hans_choicescript-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan.md).

# 社区指南

- [主页](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/zhu-ye.md): 本维基介绍 ChoiceScript，这是一种由 Choice of Games LLC 的 Adam Strong-Morse 和 Dan Fabulich 开发的简单脚本语言，用于编写基于文本的多选游戏。
- [基础教程](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng.md)
- [术语表](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/shu-yu-biao.md)
- [开发工具](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/kai-fa-gong-ju.md)
- [设置 ChoiceScript](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/she-zhi-choicescript.md)
- [ChoiceScript 游戏的结构](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/choicescript-you-xi-de-jie-gou.md)
- [浏览](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan.md)
- [命令](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling.md)
- [\*choice](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling/choice.md)
- [\*else](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling/else.md)
- [\*elseif](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling/elseif.md)
- [\*ending](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling/ending.md)
- [\*fake\_choice](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling/fake_choice.md)
- [\*if](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/ming-ling/if.md)
- [内容](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/nei-rong.md)
- [ChoiceScript](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/nei-rong/choicescript.md)
- [教程](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/nei-rong/jiao-cheng.md)
- [文件](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/wen-jian.md)
- [组织](https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/liu-lan/zu-zhi.md)


---

# 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://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan.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.
