You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+50-60Lines changed: 50 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,71 +14,61 @@ image: /img/social-share.jpg
14
14
15
15
# Roo Code Docs
16
16
17
-
Roo Code is an AI-powered autonomous coding agent that lives in your editor. It helps you code faster and smarter, whether you're starting a new project, maintaining existing code, or learning new technologies.
17
+
Roo Code unleashes the full power of large language models inside VS Code. No dumbed-down assistants, no hand-holding, no limits. Just raw AI capability applied to your codebase. It costs more to run than the alternatives because it uses frontier models with actual file system access, terminal control, and multi-step workflows. If you want the best AI coding experience available, this is it.
18
18
19
-
---
20
-
21
-
## What Can Roo Code Do?
19
+
## What Can Roo Code Do For YOU?
22
20
23
-
-**Generate Code** from natural language descriptions
24
-
-**Refactor & Debug** existing code
25
-
-**Write & Update** documentation
26
-
-**Answer Questions** about your codebase
27
-
-**Automate** repetitive tasks
28
-
-**Create** new files and projects
29
-
30
-
---
21
+
- Generate Code from natural language descriptions and specs
22
+
- Adapt with Modes: Code, Architect, Ask, Debug, and Custom Modes
23
+
- Refactor & Debug existing code
24
+
- Write & Update documentation
25
+
- Answer Questions about your codebase
26
+
- Automate repetitive tasks
27
+
- Utilize MCP Servers
31
28
32
-
## Quick Start
29
+
## Getting Started
33
30
34
31
1.[Install Roo Code](/getting-started/installing)
35
32
2.[Connect Your AI Provider](/getting-started/connecting-api-provider)
36
33
3.[Try Your First Task](/getting-started/your-first-task)
37
34
38
-
---
39
-
40
-
## Key Features
41
-
42
-
### Multiple Modes
43
-
Roo Code adapts to your needs with specialized [modes](/basic-usage/using-modes):
44
-
-**Code Mode:** For general-purpose coding tasks
45
-
-**Architect Mode:** For planning and technical leadership
46
-
-**Ask Mode:** For answering questions and providing information
47
-
-**Debug Mode:** For systematic problem diagnosis
48
-
-**Orchestrator Mode:** For managing complex tasks and delegating work
49
-
-**[Custom Modes](/features/custom-modes):** Create unlimited specialized personas for security auditing, performance optimization, documentation, or any other task
50
-
51
-
### Smart Tools
52
-
Roo Code comes with powerful [tools](/basic-usage/how-tools-work) that can:
53
-
- Read and write files in your project
54
-
- Execute commands in your VS Code terminal
55
-
- Control a web browser
56
-
- Use external tools via [MCP (Model Context Protocol)](/features/mcp/overview)
57
-
58
-
MCP extends Roo Code's capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand Roo Code's functionality to meet your specific needs.
59
-
60
-
### Customization
61
-
Make Roo Code work your way with:
62
-
-[Custom Instructions](/features/custom-instructions) for personalized behavior
63
-
-[Custom Modes](/features/custom-modes) for specialized tasks
64
-
-[Local Models](/advanced-usage/local-models) for offline use
65
-
-[Auto-Approval Settings](/features/auto-approving-actions) for faster workflows
<ahref="/tutorial-videos">More quick tutorial and feature videos...</a>
66
+
</p>
67
+
68
+
## Additional Resources
69
+
70
+
-[YouTube Channel](https://youtube.com/@roocodeyt?feature=shared): Watch tutorials and see features in action.
71
+
-[Discord Server](https://discord.gg/roocode): Join the community for real-time help and discussion.
72
+
-[Reddit Community](https://www.reddit.com/r/RooCode): Share your experiences and see what others are building.
73
+
-[GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues): Report bugs and track development.
74
+
-[Feature Requests](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop): Have an idea? Share it with the developers.
0 commit comments