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

# Welcome to folk

> Build integrations with folk's API to manage relationships for your service business

<div className="prose">
  <div className="flex flex-col items-center text-center py-16 px-4">
    <img src="https://mintcdn.com/folk-cf968f5e/HcSGFJR-HRVkFe3E/assets/logo-icon-light.svg?fit=max&auto=format&n=HcSGFJR-HRVkFe3E&q=85&s=4d65a04018fb70dc2a45cb37fab9620b" alt="folk logo" className="w-16 h-16 block dark:hidden mt-0 mb-0" width="144" height="144" data-path="assets/logo-icon-light.svg" />

    <img src="https://mintcdn.com/folk-cf968f5e/HcSGFJR-HRVkFe3E/assets/logo-icon-dark.svg?fit=max&auto=format&n=HcSGFJR-HRVkFe3E&q=85&s=19ce250607fc950b5a33ace5c45763ab" alt="folk logo" className="w-16 h-16 hidden dark:block mt-0 mb-0" width="144" height="144" data-path="assets/logo-icon-dark.svg" />

    <h1 className="font-semibold text-3xl sm:text-5xl mt-4 !mb-0 text-gray-900 dark:text-gray-200">
      <span>Welcome to folk</span>
    </h1>

    <p className="sm:text-lg leading-tight">
      Build integrations with folk's API
    </p>

    <div className="mt-2.5">
      <a className="px-4 py-2 text-sm font-medium bg-primary-dark rounded-full text-white" href="/guides/quick-start" id="home-cta-button">
        <span>Get started</span>
      </a>
    </div>
  </div>

  <section className="max-w-6xl mx-auto px-4 pb-32">
    <h2 class="whitespace-pre-wrap font-semibold text-center text-gray-900 dark:text-gray-200">
      <span>Explore the docs</span>
    </h2>

    <CardGroup cols={2}>
      <Card title="Quickstart" icon="play" href="/guides/quick-start">
        Start using the API in minutes
      </Card>

      <Card title="Core concepts" icon="book-open" href="/core-concepts/introduction">
        Learn about the core concepts of folk's API
      </Card>

      <Card title="API reference" icon="code-simple" href="/api-reference">
        Discover the folk API and integrate it into your service business
      </Card>

      <Card title="Changelog" icon="star" href="/changelog">
        Learn about the latest changes to folk's API
      </Card>
    </CardGroup>
  </section>
</div>
