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

# Welcome

> Build with the Partoo API v2. Manage locations, reviews, messaging, and more — securely and at scale.

<section className="relative overflow-hidden">
  <div className="pt-16 px-6">
    <div className="max-w-5xl mx-auto text-center">
      <img src="https://mintcdn.com/partoo/TsLSUe0VyG69h3IT/assets/logo/partoo_logo_light.svg?fit=max&auto=format&n=TsLSUe0VyG69h3IT&q=85&s=c2706dd9b3d972be1546dde374b38064" alt="Partoo" className="block dark:hidden mx-auto h-8 md:h-10 mb-6 opacity-90" width="839" height="256" data-path="assets/logo/partoo_logo_light.svg" />

      <img src="https://mintcdn.com/partoo/TsLSUe0VyG69h3IT/assets/logo/partoo_logo_dark.svg?fit=max&auto=format&n=TsLSUe0VyG69h3IT&q=85&s=dfa0b161e3b8ff41e718c7a54adac157" alt="Partoo" className="hidden dark:block mx-auto h-8 md:h-10 mb-6 opacity-90" width="841" height="256" data-path="assets/logo/partoo_logo_dark.svg" />

      <h1 className="text-4xl md:text-5xl font-extrabold tracking-tight mb-4 text-gray-900 dark:text-gray-100">
        Build with the Partoo API
      </h1>

      <div>
        <p className="text-[22px] max-w-[546px] mx-auto text-gray-900 dark:text-gray-100">
          Manage locations, reviews, messaging, and more — securely and at scale.
        </p>
      </div>
    </div>
  </div>
</section>

<section className="py-10 px-6">
  <div className="max-w-6xl mx-auto">
    <h2 className="text-2xl md:text-3xl font-semibold mb-10 text-gray-900 dark:text-gray-100">Explore API use cases</h2>

    <CardGroup cols={3}>
      <Card title="Get Started" icon="bolt" href="/guides/api/getting-started/getting-started">Make your first API call in minutes.</Card>
      <Card title="Features overview" icon="list-check" href="/guides/api/resources/messages/custom-channel">Explore the advanced features available in Partoo.</Card>
      <Card title="API references" icon="code" href="/api-reference/apikeys/list-user-api-keys">Integrate and scale using our API and SDKs.</Card>
      <Card title="Custom Channels" icon="message" href="/guides/api/resources/messages/custom-channel">Connect any messaging channel to Partoo.</Card>
      <Card title="SSO" icon="key" href="/guides/api/resources/settings/sso">Manage SSO via our API.</Card>
      <Card title="Webhooks" icon="shuffle" href="/guides/api/resources/settings/webhooks">Manage Webhooks via our API.</Card>
    </CardGroup>

    <div className="mt-12" />

    <h2 className="text-2xl md:text-3xl font-semibold mb-10 text-gray-900 dark:text-gray-100">Explore core concepts</h2>

    <CardGroup cols={2}>
      <Card title="Structure" icon="sitemap" href="/guides/api/getting-started/structures">
        Understand Providers, Organizations, Groups, Businesses, and Users.
      </Card>

      <Card title="Roles & permissions" icon="user-shield" href="/guides/api/getting-started/roles">
        See who can read and write which resources.
      </Card>

      <Card title="API fundamentals" icon="book-open" href="/guides/api/getting-started/api-fundamentals">
        Errors, rate limits, security, and retry strategies.
      </Card>

      <Card title="Manage Users" icon="users" href="/guides/api/guides/user-management">Workflow for adding, updating, or removing users.</Card>
    </CardGroup>

    <div className="mt-12" />

    <h2 className="text-2xl md:text-3xl font-semibold mb-10 text-gray-900 dark:text-gray-100">Quick links</h2>

    <CardGroup cols={2}>
      <Card title="API Reference" icon="book" href="/api-reference/apikeys/list-user-api-keys">
        Browse the different endpoints and try requests.
      </Card>

      <Card title="Changelogs" icon="clipboard-list" href="/changelogs/changelog-api">
        See what’s new and what changed.
      </Card>
    </CardGroup>
  </div>
</section>
