## Overview

Use unordered lists when the order of the items does not matter.

They work well for feature sets, requirements, grouped notes, and short collections of related points.

## Markdown Syntax

```markdown
- First item
- Second item
  - Nested item
  - Another nested item
- Third item
```

## Notes

- `-`, `*`, and `+` are all valid bullet markers.
- Indent nested items to create sublists.
- Use unordered lists for collections, not for step-by-step procedures.