# README

Welcome to the official TradingFlow documentation!

TradingFlow is a workflow application platform that enables everyone to interact with Web3 programmatically.

***

## 📚 Quick Navigation

* [**Getting Started**](/getting-started/what-is-tradingflow.md) - Learn the basics of TradingFlow
* [**Learn by Examples**](/learn-by-examples/index.md) - Master usage through practical cases
* [**Core Concepts**](/core-concepts/on-chain-vaults.md) - Deep dive into TradingFlow's core features
* [**Node Details**](/node-details/index.md) - Explore detailed node documentation
* [**Engineering Docs**](/engineering-docs/development-background.md) - Understand development background and technical details
* [**Resources**](/resources/community-resources.md) - Get community support and more resources

***

## 💬 Join the Community

Have questions or ideas? Join our community!

👉 [**Telegram Community**](https://t.me/tradingflowai) - Connect with other users and get help

***

## 🌍 Other Languages

This documentation is also available in:

* [**中文文档**](https://zh-docs.tradingflows.ai) - Chinese documentation


---

# 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://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.
