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

# Enso Developer Documentation

> Enso Developer Documentation

<div className="max-w-6xl mx-auto px-4 py-12 relative flex flex-col">
  <div className="flex flex-col items-center mt-12">
    <h1 className="font-bold mb-2 text-center text-3xl text-grey-900!">Enso Developer Documentation</h1>

    <p>
      Shortcuts to executable calldata for DeFi Workflows.
    </p>
  </div>

  <div className="grid sm:grid-cols-4 gap-6 mb-16 mt-12">
    <Card title="Start Building" icon="terminal" iconType="solid" href="/pages/build/get-started/overview">
      Get started with Enso's core APIs and essential integration guides
    </Card>

    <Card title="Shield" icon="shield" iconType="solid" href="/pages/shield/overview">
      Simulate and validate transactions before signing to predict outcomes
    </Card>

    <Card title="API Reference" icon="code" iconType="solid" href="/pages/api-reference/overview">
      Comprehensive API documentation for developers and integrators
    </Card>

    <Card title="Build With Templates" icon="cubes" iconType="solid" href="/pages/templates">
      Try out different widgets and use them the plug-and-play React templates to add blockchain functionality to your app
    </Card>
  </div>
</div>
