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

# Cookbook

> Cookbooks are step-by-step guides for implementing Voker for specific use cases. Each cookbook provides detailed instructions and code examples to help you quickly integrate Voker into your projects.

## Available Recipes

<CardGroup cols={2}>
  <Card title="Customer Support Agent" icon="headset" href="/cookbooks/customer-support-agent">
    Instrument a customer support agent, surface a hidden failure using Voker
    data, and measure the fix.
  </Card>

  <Card title="Agent Version Tracking" icon="versions" href="/cookbooks/agent-version-tracking">
    Track versions of agents in your system to identify discrepancies and ensure
    proper functionality.
  </Card>

  <Card title="Long Running Agent Conversations" icon="messages" href="/cookbooks/long-running-agent-conversations">
    Track long running agents in Voker to monitor conversation quality without
    reading through every message.
  </Card>
</CardGroup>
