

Different mode from the [Cookbook](/docs/cookbook). Cookbook recipes are \< 20 lines and run as-is. Guides take a full problem end-to-end — endpoint choice, verdict logic, retry strategy, what to do when something is missing.

| Guide                                                             | What you'll build                                                                                           |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Building a prop-analysis bot](/docs/guides/prop-analysis-bot)    | Hit `/analysis/player-prop`, read the card, act on it — then scan whole slates with `/analysis/stat-board`. |
| [MLB box scores with typed stat lines](/docs/guides/mlb-statcast) | Find a contest, read batting/pitching phase measures, and step down to pitch-level play-by-play.            |
| [Production checklist](/docs/guides/production-checklist)         | The ten things that bite you in production before they bite you.                                            |
