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

# Introduction

> Production-ready guides for building AI agents with HydraDB.

Step-by-step tutorials that go from zero to a working agent. Each cookbook uses real HydraDB endpoints, includes copy-paste code, and ends with something you can ship.

<CardGroup cols={2}>
  <Card title="Build your own Glean with HydraDB" icon="layer-group" href="/cookbooks/glean-clone">
    Unified enterprise search across all your app sources with cited answers.
  </Card>

  <Card title="AI Chief of Staff (n8n)" icon="gears" href="/cookbooks/ai-chief-of-staff">
    Workflow automation agent using n8n and HydraDB for natural language task routing.
  </Card>

  <Card title="AI LinkedIn Recruiter" icon="user-tie" href="/cookbooks/ai-linkedin-recruiter">
    People search in natural language - find candidates by skills, experience, and fit.
  </Card>

  <Card title="AI Travel Planner" icon="plane" href="/cookbooks/ai-travel-planner">
    Personalized travel recommendations with persistent user preferences and memory.
  </Card>

  <Card title="Cursor for Docs" icon="code" href="/cookbooks/cookbook-01-build-cursor-for-docs">
    AI assistant that answers "why was this built this way?" from your codebase, PRs, Slack, and RFCs.
  </Card>

  <Card title="Customer Support Agent" icon="headset" href="/cookbooks/customer-support-agent">
    Support bot with per-user memory - knows the customer's plan, history, and what already failed.
  </Card>

  <Card title="Internal IT Support Agent" icon="book" href="/cookbooks/cookbook-04-build-notion-ai">
    Conversational search across Notion, Confluence, and Slack with full decision provenance.
  </Card>

  <Card title="Competitive Intelligence" icon="chart-line" href="/cookbooks/competitive-intelligence-agent">
    Track competitor signals across press releases, job postings, reviews, and earnings calls.
  </Card>

  <Card title="AI Chief of Staff - Function Routing" icon="robot" href="/cookbooks/hydradb-cookbook-06">
    Function routing agent that turns natural language into structured execution plans.
  </Card>

  <Card title="Perplexity for Internal Knowledge" icon="magnifying-glass" href="/cookbooks/internal-search-perplexity">
    Company-wide search across Slack, Gmail, Confluence, GitHub, and Linear.
  </Card>

  <Card title="Onboarding Agent" icon="user-plus" href="/cookbooks/ai-onboarding-agent">
    New hires ask questions and get answers from real company docs - ADRs, org charts, meeting notes.
  </Card>

  <Card title="Financial Analyst" icon="chart-pie" href="/cookbooks/cookbook-10-ai-financial-analyst">
    Temporal reasoning over earnings transcripts, metrics, and board memos across quarters.
  </Card>
</CardGroup>
