> For the complete documentation index, see [llms.txt](https://docs.akashiclink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akashiclink.com/traditional-chinese/zhi-nan.md).

# 指南

- [快速指南](https://docs.akashiclink.com/traditional-chinese/zhi-nan/kuai-su-zhi-nan.md): 我們製作了一個簡單易懂的指南，能讓你在幾分鐘內完成設置。請務必將此頁面保存以供日後參考。
- [匯出至行動裝置上的 AkashicLink 2.0](https://docs.akashiclink.com/traditional-chinese/zhi-nan/hui-chu-zhi-xing-dong-zhuang-zhi-shang-de-akashiclink-2.0.md): 我們編撰了一份簡易的逐步指南，協助您順利將帳號從 AkashicLink 遷移至 AkashicLink 2.0。本指南將引導您完成整個流程，確保遷移過程無虞。


---

# 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://docs.akashiclink.com/traditional-chinese/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.
