| title | Quickstart |
|---|---|
| description | Begin with a guide on the fastest path to a successful outcome |
Describe how someone begins using your product. What is the first thing they need to do? Are there any prerequisites?
A quickstart should take someone from zero to using your product. They'll get a quick win and a sense of what they can accomplish.
Before you begin, you must have:
- Requirement one (for example, Node.js 18+, a free account, an API key)
- Requirement two (for example, a compatible device, a compatible browser, a compatible operating system)
```bash
npm install your-package
```
```bash
your-cli init
```
```bash
your-cli start
```
Example: Need help? Reach out to us at support@yourcompany.com.