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

# Guides

> Cross-cutting how-tos for building MCP Apps

Each one is self-contained: it names the concern it solves, shows the [APIs](/api-reference) involved, and works a single example end to end. They don't build on each other, so read whichever fits the problem in front of you.

<Columns cols={2}>
  <Card title="Configure CSP" icon="shield" href="/guides/csp">
    Let your views reach the domains they need
  </Card>

  <Card title="UX Design" icon="sparkles" href="/guides/ux">
    Account for what makes an MCP App different
  </Card>

  <Card title="Handle Files" icon="paperclip" href="/guides/files">
    Move files in and out of your app
  </Card>

  <Card title="Migrate to Skybridge" icon="bird" href="/guides/migrate">
    Bring an existing MCP App over
  </Card>
</Columns>
