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

# Welcome

<div class="custom-welcome-page">
  <div id="welcome">
    <div class="text-light dark:text-dark">Get started with You.com API</div>

    <CardGroup cols={3}>
      <Card title="Quickstart" icon="play" href="/get-started/quickstart">
        Get started quickly and make your first requests
      </Card>

      <Card title="MCP" icon="plug" href="/tools/mcp-server">
        Integrate You.com search into agentic IDEs via Model Context Protocol
      </Card>

      <Card title="API Reference" icon="folder-open" href="/api-reference/express-agent">
        Details the endpoints, parameters and data structures
      </Card>
    </CardGroup>

    <br />

    <br />

    <CardGroup cols={4}>
      <Card title="Search API" icon="globe" href="/api-reference/search">
        Search designed to seamlessly deliver up-to-date web results with extensive snippets
      </Card>

      <Card title="News API" icon="newspaper" href="/api-reference/news">
        Reliable insights into (breaking) news and events from trusted sources
      </Card>

      <Card title="Express API" icon="audio-waveform" href="/api-reference/express-agent">
        LLM-powered responses optimized to balance speed and depth optimally
      </Card>

      <Card title="Custom Agents API" icon="bot" href="/api-reference/custom-agent">
        Build personalized AI agents with custom instructions and capabilities
      </Card>
    </CardGroup>
  </div>
</div>
