## Quick Start

This guide will help you create a basic project that can control a gyro sweeper vacuum in 5 minutes.

### Environment Setup

Ensure you have completed the basic environment setup for Tuya Mini Program, including:

- Install Node.js (recommended v14+)
- Install Ray development tools
- Complete Tuya developer account registration

### Project Creation

Use the project template to quickly create a project:

#### Project Template

The project template is designed to reduce the difficulty for developers to build projects. It organizes common categories and capabilities and provides corresponding project source code.

**Template Main Features:**

- **Home Page**
  - Cleaning switch / Return to charge switch
  - Mode selection
  - Cleaning information
  - Map
  - Manual control
- **More**
  - Common functions
  - Cleaning records

**Get Template:**

- [Template Tutorial](https://developer.tuya.com/cn/miniapp-codelabs/codelabs/panel-gyro-sweeper-guide/index.html#0)
- [Open Source Repository](https://developer.tuya.com/material/library_hKiOVClc/component?code=GyroSweeperTemplate)

### Next Steps

- Learn about [Core Concepts](/en/miniapp/solution-ai/ability/sweeper-solution/robot-vacuum-gyro/getting-started/core-concepts) to deeply understand key terms and design concepts of the platform
- View [API](/en/miniapp/solution-ai/ability/sweeper-solution/robot-vacuum-gyro/api) to learn about complete API interfaces
- Reference [Map Component](/en/miniapp/solution-ai/ability/sweeper-solution/robot-vacuum-gyro/map-component) to learn how to use the map component

