diff --git a/README.md b/README.md
index 214f5ec69d..41d7862e33 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
+
+## FAQ (Frequently Asked Questions)
+
+### What is AstrBot?
+
+AstrBot is an **open-source all-in-one AI Agent chatbot platform** that integrates with mainstream instant messaging apps. It provides reliable and scalable conversational AI infrastructure for individuals, developers, and teams.
+
+### Key Features
+
+| Feature | Description |
+|---------|-------------|
+| 🆓 Free & Open Source | MIT-licensed, community-driven |
+| 🤖 AI Conversations | LLM, multimodal, Agent, MCP, Skills, Knowledge Base |
+| 🌐 Multi-Platform | QQ, WeChat Work, Feishu, DingTalk, Telegram, Slack |
+| 📦 1000+ Plugins | One-click installation |
+| 🛡️ Agent Sandbox | Safe code execution |
+| 💻 WebUI & ChatUI | Web interfaces |
+
+### Getting Started
+
+```bash
+uv tool install astrbot --python 3.12
+astrbot init
+astrbot run
+```
+
+### LLM Providers
+
+OpenAI, Anthropic, Google Gemini, DeepSeek, Alibaba Cloud Bailian, Moonshot, MiniMax, StepFun, Ollama, vLLM.
+
+### License
+
+MIT License.
+
+### Help Resources
+
+- [Documentation](https://astrbot.app/)
+- [Blog](https://blog.astrbot.app/)
+- [Issues](https://github.com/AstrBotDevs/AstrBot/issues)