***

title: 0x Docs
layout: overview
hide-toc: true
hide-nav-links: true
---------------------

For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://docs.0x.org/home/llms.txt. For full documentation content, see https://docs.0x.org/home/llms-full.txt.

<div>
  <h1>
    Welcome to 0x Docs
  </h1>

  <p>
    Embed swaps in your onchain app
  </p>

  <a href="/docs/introduction/quickstart/getting-started">
    Start building
  </a>
</div>

<h2>
  Quick Links
</h2>

<CardGroup cols={4}>
  <Card title="Build with AI" href="https://docs.0x.org/docs/introduction/develop-with-ai/using-ai-with-0x" icon="microchip">
    Accelerate your 0x integration using AI tools
  </Card>

  <Card title="Build with Swap API" href="https://docs.0x.org/docs/0x-swap-api/guides/swap-tokens-with-0x-swap-api" icon="hammer">
    Get started with Swap API
  </Card>

  <Card title="Code Examples" href="https://github.com/0xProject/0x-examples" icon="code">
    Ready-to-use 0x code examples
  </Card>

  <Card title="Monetize your app" href="/docs/0x-swap-api/guides/monetize-your-app-using-swap" icon="dollar-sign">
    Unlock new revenue streams with 0x
  </Card>
</CardGroup>

<h2>
  Explore 0x APIs
</h2>

<CardGroup cols={3}>
  <Card title="Swap API" href="/docs/0x-swap-api/introduction" icon="shuffle">
    Embed swaps into your app
  </Card>

  <Card title="Gasless API" href="/docs/gasless-api/introduction" icon="globe">
    Enable seamless, gasless DeFi transactions
  </Card>

  <Card title="Trade Analytics API" href="/docs/trade-analytics-api/introduction" icon="chart-bar">
    Track & analyze trading activity
  </Card>
</CardGroup>

<h2>
  Dev Resources
</h2>

<CardGroup cols={3}>
  <Card title="Troubleshooting" href="/docs/introduction/faq" icon="wrench">
    Answers to common integration issues
  </Card>

  <Card title="0x System Status" href="https://0x.statuspal.io" icon="signal">
    Real-time 0x system performance updates
  </Card>

  <Card title="0x Cheat Sheet" href="/docs/core-concepts/0x-cheat-sheet" icon="book">
    Quick reference for supported chains & contract addresses
  </Card>
</CardGroup>