From zero to mastering AI programming tool usage techniques
{{ section.description }}
After launching Kiro for the first time, understand the functions and layout of each interface component
Use Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to open the command palette and quickly access all features.
Learn how to create new projects or open existing projects in Kiro
Click "File" → "New Workspace" or use shortcut Ctrl+Shift+N
Choose from preset templates such as React, Vue, Python, Node.js, etc.
Fill in project name, save location and other basic configurations
Open local folder as workspace:
File → Open Folder
or press Ctrl+K, Ctrl+O
Clone project from Git repository:
Ctrl+Shift+P
Type "Git: Clone"
Master the basic code editing features in Kiro
Kiro provides powerful AI-driven code completion:
Learn how to interact effectively with Kiro's AI Assistant
Ctrl+Shift+P → "Kiro: Open Chat"
Fastest method, suited for advanced users
Suitable for beginners and visual workflows
Use the # symbol to reference context:
#File
- reference current file#Folder
- reference entire folder#Codebase
- reference entire codebase#Terminal
- reference terminal output"Write a function that ..."
"Create a React component for ..."
"What does this error mean?"
"How can I fix this bug?"
"Explain what this code does"
"How does this algorithm work?"
"How can I optimize this code?"
"Is there a better implementation?"
Consolidate knowledge through a practical mini-project
Create a simple To-Do application to practice Kiro's basic features
Use the AI Assistant to create the basic project structure
"Create HTML, CSS, and JavaScript file structure for a simple To-Do app"
Have the AI Assistant help implement add, delete, and mark-as-done features
"Implement adding a new todo item with input validation"
Use AI suggestions to improve code quality and UX
"How can I improve the UI and UX of this To-Do app?"
Continue learning Kiro's advanced features
Learn advanced topics like MCP integration and custom configuration
Advanced Tutorials