# FLOW MODE - 常规模式

- [流式聊天模式介绍](https://doc.flowith.io/cn/flowith-normal/liu-shi-liao-tian-mo-shi-jie-shao.md): Flow Mode
- [流式聊天使用指南](https://doc.flowith.io/cn/flowith-normal/liu-shi-liao-tian-shi-yong-zhi-nan.md)
- [高级玩法 — 节点引用](https://doc.flowith.io/cn/flowith-normal/gao-ji-wan-fa-jie-dian-yin-yong.md)
- [Prompt Engineering 基础](https://doc.flowith.io/cn/flowith-normal/prompt-engineering-ji-chu.md): 当前 AI 语言模型需要通过合适的提示词才能激发出完全的潜能，因此，我们需要掌握如何写出合适 Prompt 的技能。​


---

# 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.flowith.io/cn/flowith-normal.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.
