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

# QUIVO Docs

> The official documentation for QUIVO.

<div className="w-full flex justify-center">
  <div className="max-w-[1376px] w-full flex flex-col items-center text-center px-4 gap-[31px] mt-[91px] mb-[54px]">
    <img noZoom src="https://mintcdn.com/quivo-e0b85961/OIpYcMq-dBJS-L1g/images/homepage/logo.svg?fit=max&auto=format&n=OIpYcMq-dBJS-L1g&q=85&s=6784b68be726086788ef7cf7257819fa" alt="quivo Logo" className=" dark:hidden" width="343" height="83" data-path="images/homepage/logo.svg" />

    <img noZoom src="https://mintcdn.com/quivo-e0b85961/OIpYcMq-dBJS-L1g/images/homepage/darklogo.svg?fit=max&auto=format&n=OIpYcMq-dBJS-L1g&q=85&s=2cff89598851e0c0974b4c1921e07735" alt="quivo Logo Dark" className=" hidden dark:block" width="343" height="83" data-path="images/homepage/darklogo.svg" />

    <p className="font-[Hanken_Grotesk] text-xl text-dark-grey dark:text-white max-w-[804px] leading-[41px]">
      Dive into our docs and learn how to integrate with the Quivo logistics platform and automate your fulfillment operations.
    </p>
  </div>
</div>

<div className="w-full flex justify-center px-4">
  <div className="w-full max-w-[1376px]">
    <Columns cols={3}>
      <a href="/docs/introduction/overview" className="flex flex-col max-h-[285px] border border-zinc-200 hover:border-[#FF6749] bg-white shadow-sm transition hover:shadow-md focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 dark:border-zinc-800 dark:bg-zinc-900 w-[418px] hover:-translate-y-1 duration-300">
        <div className="relative w-full">
          <img src="https://mintcdn.com/quivo-e0b85961/OIpYcMq-dBJS-L1g/images/homepage/card1.svg?fit=max&auto=format&n=OIpYcMq-dBJS-L1g&q=85&s=6c8cc417e617cab1957ea924b613d4ac" alt="Overview" noZoom className="m-0" width="418" height="159" data-path="images/homepage/card1.svg" />
        </div>

        <div className="p-[20px] gap[9px]">
          <p className="mt-0 text-base font-bold dark:text-zinc-100">Overview</p>
          <p className="text-sm font-medium text-zinc-600 dark:text-zinc-400">Understand what is the Quivo logistics platform. </p>
        </div>
      </a>

      <a href="/docs/quickstart/send-inventory" className="flex flex-col max-h-[285px] border border-zinc-200 hover:border-[#FF6749] bg-white shadow-sm transition hover:shadow-md focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 dark:border-zinc-800 dark:bg-zinc-900 w-[418px] hover:-translate-y-1 duration-300">
        <div className="relative w-full">
          <img src="https://mintcdn.com/quivo-e0b85961/OIpYcMq-dBJS-L1g/images/homepage/card2.svg?fit=max&auto=format&n=OIpYcMq-dBJS-L1g&q=85&s=34eab404cda05d1555d4fb944360ce87" alt="Overview" noZoom className="m-0" width="418" height="159" data-path="images/homepage/card2.svg" />
        </div>

        <div className="p-[20px] gap[9px]">
          <h3 className="mt-0 text-base font-bold dark:text-zinc-100">Quickstart</h3>
          <p className="text-sm font-medium text-zinc-600 dark:text-zinc-400">Learn how to send inventory and create your first order.</p>
        </div>
      </a>

      <a href="/api-reference/api-overview" className="flex flex-col max-h-[285px] border border-zinc-200 hover:border-[#FF6749] bg-white shadow-sm transition hover:shadow-md focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 dark:border-zinc-800 dark:bg-zinc-900 w-[418px] hover:-translate-y-1 duration-300">
        <div className="relative w-full">
          <img src="https://mintcdn.com/quivo-e0b85961/OIpYcMq-dBJS-L1g/images/homepage/card3.svg?fit=max&auto=format&n=OIpYcMq-dBJS-L1g&q=85&s=968a39960702a780920f02c51c278c12" alt="Overview" noZoom className="m-0" width="418" height="159" data-path="images/homepage/card3.svg" />
        </div>

        <div className="p-[20px] gap[9px]">
          <h3 className="mt-0 text-base font-bold dark:text-zinc-100">API Reference</h3>
          <p className="text-sm font-medium text-zinc-600 dark:text-zinc-400">Explore the complete API Reference of the Quivo API</p>
        </div>
      </a>
    </Columns>
  </div>
</div>
