# 前言

[ArcaeaMemory/memory-wiki](https://github.com/ArcaeaMemory/memory-wiki) 是由ArcaeaMemory社团所发起的Arcaea技术性文档项目。目前计划撰写的页面为ArcaeaAPI的文档

本项目内容（应该）会随着Arcaea版本更新而更新。由于本社团目前只是一个由两名学生用业余时间维持的小社团，更新可能不及时，请见谅

有任何意见或对内容的补充请通过Email联系：`ArcaeaMemory@outlook.com`


---

# 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://arcaeamemory.gitbook.io/memorywiki/master.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.
