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

# Use cases

> Examples of using Calibrate to improve AI agents

<CardGroup cols={1}>
  <Card>
    <div className="flex items-start gap-4">
      <div className="flex flex-col gap-2 min-w-[240px]">
        <span className="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-primary/10 text-primary text-sm font-medium w-fit">
          <Icon icon="rocket" size={16} />

          Form Filling
        </span>

        <span className="text-sm text-muted-foreground">ANC clinic visit form</span>
      </div>

      <div className="flex flex-col gap-2">
        <p className="text-muted-foreground">A voice agent that helps pregnant women fill the ANC clinic visit form by simply speaking with it.</p>
        <a href="https://form-voice-agent.vercel.app/agents/b9c064aa-3cb5-4a7d-a418-3f3e54951af7" className="text-primary font-medium" target="_blank">Try it out →</a>
      </div>
    </div>
  </Card>
</CardGroup>
