# the open Markdown guide, for AI
Make AI understand your documents
AI is only as smart as what you feed it. Markdown is the clean, simple format it reads best — learn it free, and find the right tool the first time.
✕ pasted from a PDF
Q3 Revenue Region North 1,240 South 920 East 1,510
cells run together — the model reads it wrong
✓ clean Markdown
Q3 Revenue
| Region | Revenue |
|---|---|
| North | 1,240 |
| South | 920 |
| East | 1,510 |