# 基础教程

- [AI初级教程](https://doc.nyai.chat/ji-chu-jiao-cheng/ai-chu-ji-jiao-cheng.md): 介绍AI的价值，扫盲
- [签到活动介绍](https://doc.nyai.chat/ji-chu-jiao-cheng/qian-dao-huo-dong-jie-shao.md)
- [对AI提问第一个问题](https://doc.nyai.chat/ji-chu-jiao-cheng/dui-ai-ti-wen-di-yi-ge-wen-ti.md)
- [创建一个工作流助手](https://doc.nyai.chat/ji-chu-jiao-cheng/chuang-jian-yi-ge-gong-zuo-liu-zhu-shou.md)


---

# 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://doc.nyai.chat/ji-chu-jiao-cheng.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.
