## Overview

Use ordered lists when the sequence of the items matters.

They are a good fit for installation steps, review checklists, migrations, or any process the reader should follow in order.

## Markdown Syntax

```markdown
1. Install dependencies
2. Start the dev server
3. Open the documentation site
```

## Notes

- Ordered lists communicate progression or priority.
- Nested ordered lists work the same way as nested bullet lists.
- Keep each item concise when the list represents a procedure.