# README

欢迎来到 TradingFlow 官方文档！

TradingFlow 是一个让普通人能以编程式与 Web3 交互的工作流应用平台。

***

## 📚 快速导航

* [**快速开始**](/kuai-su-kai-shi/what-is-tradingflow.md) - 了解 TradingFlow 的基础知识
* [**通过例子学习**](/tong-guo-li-zi-xue-xi/index.md) - 通过实际案例掌握使用方法
* [**核心概念**](/he-xin-gai-nian/on-chain-vaults.md) - 深入理解 TradingFlow 的核心功能
* [**节点详情**](/jie-dian-xiang-qing/index.md) - 探索各种节点的详细说明
* [**工程文档**](/gong-cheng-wen-dang/development-background.md) - 了解开发背景和技术细节
* [**资源**](/zi-yuan/community-resources.md) - 获取社区支持和更多资源

***

## 💬 加入社区

有问题或想法？加入我们的社区！

👉 [**Telegram 社区**](https://t.me/tradingflowai) - 与其他用户交流、获取帮助

***

## 🌍 其他语言

本文档还提供以下语言版本：

* [**English Documentation**](https://docs.tradingflows.ai) - 英文文档


---

# 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://zh-docs.tradingflows.ai/readme.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.
