> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-landing-margin.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Canton Network Documentation

> Connect to, or build regulatory-grade, composable tokenization and blockchain applications on Canton Network.

<br />

<div className="max-w-5xl mx-auto px-6 py-16">
  <h1 className="text-4xl font-bold tracking-tight text-gray-900 dark:text-gray-200 sm:text-5xl [overflow-wrap:anywhere]">
    Canton Network Documentation
  </h1>

  <p className="mt-4 text-xl">
    Connect to, or build regulatory-grade, composable tokenization and blockchain applications on Canton Network.
  </p>

  <br />

  <Columns cols={3}>
    <Card title="Overview" icon="book-open" href="/overview/understand/what-is-canton">
      Learn the value of Canton Network and its key concepts, such as:  the essential building blocks, its architecture, trust model, Canton Coin, etc.
    </Card>

    <Card title="App Development" icon="code" href="/appdev/get-started/choose-your-path">
      Easy-to-follow modules that explain how to develop on the Canton Network. Review development tools, app reward structures, and more.
    </Card>

    <Card title="Global Synchronizer" icon="server" href="/global-synchronizer/understand/overview">
      Understand node operations, Splice fundamentals, validator deployment, setup for the Super Validator and network, and general structure around the Global Synchronizer.
    </Card>
  </Columns>

  <Columns cols={3}>
    <Card title="Integrations" icon="plug" href="integrations/overview">
      Review the best practices and requirements for integrating wallets and exchanges with Canton Network.
    </Card>

    <Card title="SDKs and Tools" icon="toolbox" href="/sdks-tools/overview">
      Review SDKs, language bindings, CLI tools, development tools, and API references for projects on Canton Network.
    </Card>

    <Card title="API Reference" icon="sparkles" href="/api-reference">
      Review updates and changes to understand how to best interact with the Canton node.
    </Card>
  </Columns>

  ### More Resources

  <Columns cols={4}>
    <Card title="Version Compatibility" icon="badge-check" href="/shared/version-compatibility-dashboard">
      Review what you need to get started on a new project on DevNet.
    </Card>

    <Card title="Release Notes" icon="notes" href="/release-notes">
      Review the release details for the latest updates, enhancements, and bug fixes.
    </Card>

    <Card title="External Developer Toolings" icon="wrench" href="https://dev-hub.canton.foundation/">
      Explore and Contribute to a Growing Directory of Tools, SDKs, APIs, and Infrastructure for Canton Developers
    </Card>

    <Card title="Support Channels" icon="people-group" href="/shared/support-channels">
      Getting help with Canton Network development and operations.
    </Card>
  </Columns>
</div>
