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

# Cookbook

> End-to-end recipes, from grounding a workspace to publishing a post.

These recipes chain the tools end to end. Across every one: ContentHero supplies the context and the execution, your agent does any drafting (grounded, never generic), and you approve before anything goes live.

Tool names below are the MCP names; the CLI equivalents are `contenthero <noun> <verb>`.

<CardGroup cols={2}>
  <Card title="Ground the workspace on a brand" icon="anchor" href="/cookbook/ground-on-brand">
    Run this first. Resolve the active brand and cache it so every later recipe is on-brand.
  </Card>

  <Card title="On-brand caption for a reel" icon="closed-captioning" href="/cookbook/on-brand-caption">
    The everyday request: a clip, and a caption in your voice.
  </Card>

  <Card title="Outlier to scheduled clip" icon="diagram-project" href="/cookbook/outlier-to-clip">
    The full pipeline: research to a produced, scheduled post.
  </Card>

  <Card title="Talking-head post" icon="user" href="/cookbook/talking-head">
    A presenter clip from a script, via TTS and lip-sync.
  </Card>

  <Card title="Grow the knowledge base" icon="brain" href="/cookbook/grow-knowledge">
    Capture a lesson or resource so future grounding is richer.
  </Card>
</CardGroup>
