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

# Welcome

<div>
  <div className="container max-w-5xl mx-auto px-4 py-20 relative z-10">
    <div className="text-center text-gray-900 dark:text-gray-200 ">
      <h1 className="md:text-6xl font-bold mb-6">
        Integrate and automate with Kit
      </h1>

      <p className="md:text-2xl mb-10">
        Build apps for the Kit App Store or use Kit's API to automate custom workflows
      </p>
    </div>

    <div>
      <div>
        <CardGroup cols={3}>
          <Card title="Kit App Store Overview" icon="rocket" href="/kit-app-store/overview">
            Learn everything you need to know to build for the Kit App Store.
          </Card>

          <Card title="API Reference" icon="code" href="/api-reference/overview">
            Automate and access Kit programmatically via our API.
          </Card>

          <Card title="Plugins" icon="puzzle-piece" href="/plugins/overview">
            Extend the creator Kit experience further, with native plugin functionality.
          </Card>
        </CardGroup>
      </div>

      <div>
        <CardGroup cols={3}>
          <Card title="MCP" icon="server" href="/mcp/kit-developer-docs-mcp">
            Connect AI coding agents directly to Kit's developer docs using the Model Context Protocol.
          </Card>

          <Card title="Kit Developer Community" icon="slack" href="https://kit.typeform.com/to/f8urvmPe">
            Ask questions, get support, and connect with other developers.
          </Card>

          <Card title="Changelog" icon="clock-rotate-left" href="/changelog">
            Stay up to date with the latest changes to Kit's developer platform.
          </Card>
        </CardGroup>
      </div>
    </div>
  </div>
</div>
