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
+48-6Lines changed: 48 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,55 @@ sidebar_label: Welcome
4
4
5
5
# Welcome to Roo Code!
6
6
7
-
This is the documentation for Roo Code. Let's get you set up and ready to build.
7
+
Roo Code is an AI-powered autonomous coding agent that lives in your editor, designed to help you code faster and smarter. Whether you're starting a new project, maintaining existing code, or learning new technologies, Roo Code is your intelligent coding companion.
8
8
9
-
Click the **Next** button below to begin.
9
+
## What Can Roo Code Do?
10
10
11
-
---
11
+
- 🚀 **Generate Code** from natural language descriptions
12
+
- 🔧 **Refactor & Debug** existing code
13
+
- 📝 **Write & Update** documentation
14
+
- 🤔 **Answer Questions** about your codebase
15
+
- 🔄 **Automate** repetitive tasks
16
+
- 🏗️ **Create** new files and projects
17
+
18
+
## Quick Start
19
+
20
+
1.[Install Roo Code](getting-started/installing)
21
+
2.[Connect Your AI Provider](getting-started/connecting-api-provider)
22
+
3.[Try Your First Task](getting-started/your-first-task)
23
+
24
+
## Key Features
25
+
26
+
### Multiple Modes
27
+
Roo Code adapts to your needs with specialized [modes](basic-usage/modes):
28
+
-**Code Mode:** For general-purpose coding tasks
29
+
-**Architect Mode:** For planning and technical leadership
30
+
-**Ask Mode:** For answering questions and providing information
31
+
32
+
### Smart Tools
33
+
Roo Code comes with powerful [tools](basic-usage/using-tools) that can:
34
+
- Read and write files in your project
35
+
- Execute commands in your VS Code terminal
36
+
- Perform web browsing (if enabled)
37
+
- Use external tools via MCP (Model Context Protocol)
38
+
39
+
### Customization
40
+
Make Roo Code work your way with:
41
+
-[Custom Instructions](advanced-usage/custom-instructions) for personalized behavior
42
+
-[Custom Modes](advanced-usage/custom-modes) for specialized tasks
43
+
-[Local Models](advanced-usage/local-models) for offline use
44
+
-[Auto-Approval Settings](advanced-usage/auto-approving-actions) for faster workflows
0 commit comments