Are you an LLM? You can read better optimized documentation at /en/docs/25.03/devstation/roo-code/create_your_first_task.md for this page in Markdown format
Creating Your First Task
1. Opening the Roo Code Panel
Click the Roo Code icon in VSCodium.
2. Inputting a Task
Enter the task description in the text box at the bottom, for example:
- Create a file named
hello.txtand write "Hello world!" into the file. - Use Python to write a function that calculates the sum of two numbers.
- Design a web-based minesweeping game using HTML, CSS, and JS, and place it in the
minesweeperdirectory.
3. Sending a Task
Click the send button in the lower right corner to send the task.
4. Performing Review and Approval Operations
Roo Code analyzes your request and provides specific operations, including:
- Read a file: displays the file content to be accessed.
- Edit a file: displays the differences that are recommended to be modified (new lines are marked in green and deleted lines are marked in red).
- Run commands: displays the commands that are executed on the terminal.
- Use a browser: displays browser operations (such as clicking and entering).
- Request clarification: requests clarification when necessary to proceed with the operation.
Each operation requires your approval (unless auto-approval is enabled).
5. Interaction
Roo Code can interact with users. After each operation, Roo Code waits for your feedback and then proposes the next step until your task is complete.
Licensed under the MulanPSL2
Copyright © 2026 openEuler. All rights reserved.J. ICP B. No. 2020036654-1
J.G.W.A.B. No. 11030102011597
Licensed underthe MulanPSL2
Copyright © 2026 openEuler. All rights reserved.