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

# Introduction

> Build integrations with the Fourthwall platform

Welcome to the Fourthwall developer documentation. Build custom integrations, automate your shop, or create apps for the Fourthwall ecosystem.

## What can you build?

<CardGroup cols={2}>
  <Card title="Platform API" icon="server" href="/guides/overview">
    Manage orders, products, memberships, and more with full API access.
  </Card>

  <Card title="Storefront API" icon="store" href="/storefront/overview">
    Build custom storefronts with public shop and product data.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/getting-started">
    Receive real-time notifications for orders, subscriptions, and events.
  </Card>

  <Card title="Apps" icon="grid-2" href="/apps/getting-started">
    Create apps that integrate directly into creator dashboards.
  </Card>
</CardGroup>

## Ready to start?

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Get your API key and make your first API call in minutes.
</Card>
