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

# CoCart Documentation

> Welcome to the documentation for CoCart API

<div className="flex flex-col items-center gap-4 container pl-5 pr-5 custom-container" id="hero">
  <div className="text-gray-900 dark:text-gray-200 text-5xl">
    <h1>CoCart Documentation</h1>
  </div>

  <p className="text-xl text-slate-500">
    Build modern headless stores with WooCommerce faster — with the REST API purpose-built for developers.
  </p>

  <div className="mt-2">
    If you’re new to CoCart API, you can get started using the guides below.
  </div>
</div>

<div className="flex flex-col items-center gap-4 container pl-5 pr-5 custom-container">
  <CardGroup cols={2}>
    <Card title="Installation" icon="rocket" color="#f91880" href="/getting-started/core/setup">
      Get started with CoCart in minutes, by downloading and installing on your WordPress site.
    </Card>

    <Card title="Standards" icon="clipboard" color="#EA8000" href="/overview/standards">
      Learn about CoCart's core standards for the REST API
    </Card>

    <Card title="API Reference" icon="code" href="/api-reference">
      Integrate and scale your headless store using our API
    </Card>

    <Card title="Authentication" icon="lock" color="#F8CA14" href="/api-reference/authentication">
      Learn about securing your CoCart API requests
    </Card>
  </CardGroup>
</div>

<div className="flex flex-col items-center gap-4 container pl-5 pr-5 custom-container mt-0 mb-4">
  <p className="text-xl text-slate-500">
    Need Help?
  </p>

  <CardGroup cols={2}>
    <Card title="Ask a question" icon="users" color="#12BC00" href="https://github.com/co-cart/co-cart/discussions">
      Join the community discussions on GitHub.
    </Card>

    <Card title="Community Support" icon="discord" href="https://cocartapi.com/community/?ref=mintlify">
      Join the community on Discord to chat with us and fellow CoCart users.
    </Card>
  </CardGroup>
</div>

<div className="flex flex-col items-center gap-4 container pl-5 pr-5 custom-container mt-0">
  <p className="text-xl text-slate-500">
    Stay up to date
  </p>

  <CardGroup cols={2}>
    <Card title="Read our blog" icon="newspaper" color="#F8CA14" href="https://cocart.dev/news/">
      Learn about the latest features and updates from CoCart.
    </Card>

    <Card title="Follow us on X/Twitter" icon="twitter" color="#1d9bf0" href="https://x.com/cocartapi">
      Follow us on **X/Twitter** to get notified when we release new features
    </Card>
  </CardGroup>
</div>
