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

# Isometric Documentation

<section class="relative w-full flex items-center justify-center hero">
  <div class="hero-content grid lg:grid-cols-2">
    <div class="relative -lg:col-span-2">
      <h1 class="max-w-2xl mb-4 text-6xl tracking-tight leading-none">Isometric Documentation</h1>
      <p class="max-w-2xl mb-6 text-gray-900 lg:mb-8 text-lg">Get started with Isometric's Certify and Registry platforms: automate verification, eliminate errors and issue high quality credits faster than ever before.</p>

      <a href="https://registry.isometric.com/signup?redirectTo=/account/create" class="inline-flex items-center justify-center py-3 px-6 mr-4 text-base font-medium text-center text-white rounded-lg rounded-lg cta">
        <Icon icon="pencil" iconType="solid" color="white" />

        <span class="ml-4">Sign up for Certify</span>
      </a>

      <a href="/user-guides/introduction" class="inline-flex items-center justify-center py-3 px-6 mt-4 mb-4 text-base font-medium text-center text-black rounded-lg rounded-lg cta-secondary">
        <Icon icon="book-open-cover" iconType="solid" color="black" />

        <span class="ml-4">Explore documentation</span>
      </a>

      <p class="max-w-2xl mt-6 text-gray-900 text-lg">Suppliers can register instantly for access to Certify. For buyers and other users, [contact us](https://ovy8r36hzrk.typeform.com/to/e9GPR05y) to request a Registry account.</p>
    </div>

    <div id="hero-image" class="hide-on-md" />
  </div>
</section>

<section className="landing">
  <h2 class="subsection text-gray-900 dark:text-gray-200 mt-10 mb-6">Popular tools and guides</h2>

  <CustomSearch />

  <CardGroup cols={3}>
    <Card title="Create a project" img="https://mintcdn.com/isometric/xue2jrxiw-PDMAjP/images/card-proj-creat.svg?fit=max&auto=format&n=xue2jrxiw-PDMAjP&q=85&s=152d01cd4cc896520a3b6fe77b4af5e4" href="/user-guides/certify/create-project" width="402" height="122" data-path="images/card-proj-creat.svg">
      Start a new CDR project for your protocol in Certify
    </Card>

    <Card title="Validate your project" img="https://mintcdn.com/isometric/OTnY2iGHBC_kDfNI/images/card-proj-val.svg?fit=max&auto=format&n=OTnY2iGHBC_kDfNI&q=85&s=4a1b9185c9ba29ff2635e85885f2103d" href="/user-guides/certify/validation" width="403" height="122" data-path="images/card-proj-val.svg">
      Review your protocol requirements and set project data
    </Card>

    <Card title="Build your LCA" img="https://mintcdn.com/isometric/xue2jrxiw-PDMAjP/images/card-lca.svg?fit=max&auto=format&n=xue2jrxiw-PDMAjP&q=85&s=b603aea543a6df39444dbe6e8afc1fa3" href="/user-guides/certify/lca" width="403" height="122" data-path="images/card-lca.svg">
      Define the calculations used for your carbon removals and project emissions
    </Card>

    <Card title="Choose components" img="https://mintcdn.com/isometric/xue2jrxiw-PDMAjP/images/card-comp.svg?fit=max&auto=format&n=xue2jrxiw-PDMAjP&q=85&s=9f85fa782f4c837383b490013ffab607" href="/user-guides/certify/component-blueprint-library" width="403" height="122" data-path="images/card-comp.svg">
      Review our library of supported LCA calculation components
    </Card>

    <Card title="Deliver credits" img="https://mintcdn.com/isometric/xue2jrxiw-PDMAjP/images/card-cred-del.svg?fit=max&auto=format&n=xue2jrxiw-PDMAjP&q=85&s=5643dd645b6d1c9baa81fff98ef614ee" href="/user-guides/registry/deliver-credits" width="402" height="122" data-path="images/card-cred-del.svg">
      Fulfil carbon credit orders for your buyers
    </Card>

    <Card title="Retire credits" img="https://mintcdn.com/isometric/xue2jrxiw-PDMAjP/images/card-cred-ret.svg?fit=max&auto=format&n=xue2jrxiw-PDMAjP&q=85&s=3934547d9a34b6996894ab6e84bcf605" href="/user-guides/registry/retire-credits" width="403" height="122" data-path="images/card-cred-ret.svg">
      Retire credits on your own behalf or for a beneficiary
    </Card>
  </CardGroup>

  <h2 class="subsection text-gray-900 dark:text-gray-200 mt-10 mb-6">Build with our APIs</h2>

  <CardGroup cols={3}>
    <Card title="Introduction" lg:horizontal icon="book-open-cover" href="/api-reference/introduction">
      Read about integration requirements, standards and authentication details
    </Card>

    <Card title="Certify" lg:horizontal icon="microscope" href="/api-reference/certify/certify-introduction">
      Automate synching of of your project MRV data and statement submissions
    </Card>

    <Card title="Registry" lg:horizontal icon="landmark" href="/api-reference/registry/registry-introduction">
      Fetch data from our public registry and schedule credit transfers and retirements
    </Card>
  </CardGroup>
</section>
