From 9c74c4ff4bebed04c2ee6b1be2d7cda491c8de54 Mon Sep 17 00:00:00 2001
From: meichuanyi <35057768+meichuanyi@users.noreply.github.com>
Date: Sun, 31 May 2026 23:19:37 +0800
Subject: [PATCH] docs: Add FAQ section for common questions
---
README.md | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/README.md b/README.md
index 3c1ad3078f..f5c35024ed 100644
--- a/README.md
+++ b/README.md
@@ -293,3 +293,37 @@ See `AGENTS.md` for coding guidelines.
Made with care by the deco community
+
+## FAQ
+
+### What is this project?
+
+Open-source control plane for your AI agents. Connect tools, hire agents, track every token and dollar
+
+### Key Features
+
+| Feature | Description |
+|---------|-------------|
+| AI-powered | Built for AI agents with long context and tool calling |
+| Open-source | Free and open source, MIT or Apache 2.0 license |
+| Easy to install | Quick start with one-line installation command |
+| Extensible | Support MCP servers, skills, and plugins |
+| Cost-efficient | Optimized for AI token usage and cost control |
+
+### How to install?
+
+Visit the official documentation or GitHub repository for installation instructions.
+
+### Is it free?
+
+Yes, this project is free and open source. Check the LICENSE file for details.
+
+### Where to get help?
+
+- GitHub Issues: Report bugs and request features
+- Documentation: Official docs site
+- Discord/Community: Join the community chat
+
+### License
+
+MIT License or Apache 2.0 License - see LICENSE file for details.