> ## Documentation Index
> Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# cookbook

> copy-paste recipes for specific outcomes. hand one to your agent and it runs the whole job end-to-end.

each recipe is a prompt you paste straight into your AI agent. it combines the right reports — and sometimes a skill like `/dashboard` — to produce a finished result. recipes come in four kinds:

## starters

the easiest way in — pull a single report and get a stat or a dashboard back. start here if it's your first time.

<CardGroup cols={2}>
  <Card title="report dashboard" icon="layout-dashboard" href="/cookbook/report-dashboard">
    turn any report into a shareable HTML dashboard in one pass.
  </Card>

  <Card title="stat for content" icon="quote" href="/cookbook/stat-for-content">
    pull one verified, citable probability, with sample size and date range, for an email or post.
  </Card>
</CardGroup>

## daily routines & automations

recurring tasks your agent runs for you — a briefing before the open, a bias every morning, an alert when a stat crosses your line.

<CardGroup cols={2}>
  <Card title="pre-market briefing" icon="clock" href="/cookbook/pre-market-briefing">
    a one-minute read on what's statistically in play across ES and NQ before the open.
  </Card>
</CardGroup>

## report combinations

stack two or more reports to find confluence a single report can't show.

<CardGroup cols={2}>
  <Card title="gap + outside day reversal" icon="layers" href="/cookbook/gap-outside-day-reversal">
    how often an outside-day open reverses, and how often that reversal runs all the way to a full gap fill.
  </Card>
</CardGroup>

## live data

react to a setup as the session unfolds, measured against the historical probability in real time.

<CardGroup cols={2}>
  <Card title="live session stream" icon="radio" href="/cookbook/live-session-stream">
    react to a setup as the session develops, benchmarked against history.
  </Card>
</CardGroup>
