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

# Welcome

> Join Markt documentation: guides, developer resources, and API reference.

Join Markt documentation: guides, developer resources, and API reference for sellers and integrators.

Join Markt is a multi-vendor commerce platform for digital products. Vendors run independent storefronts on subdomains or custom domains; buyers check out, pay, and receive delivery instantly.

These docs cover day-to-day shop setup, developer integrations, and the HTTP APIs your tools can call.

## Where to go

<CardGroup cols={2}>
  <Card title="Guides" icon="book-open" href="/quickstart">
    Domain connection, payments, delivery, and dashboard workflows for shop owners.
  </Card>

  <Card title="Developers" icon="code" href="/developers/checkout-links">
    Checkout links, embeds, themes, webhooks, and storefront routing.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/api/introduction">
    Authenticated and public endpoints for catalog, checkout, orders, and webhooks.
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://dash.joinmarkt.com">
    Open the vendor dashboard to manage products, orders, and billing.
  </Card>
</CardGroup>

## Platform at a glance

| Surface       | URL pattern             | Purpose                       |
| ------------- | ----------------------- | ----------------------------- |
| Marketing     | `joinmarkt.com`         | Product site and signup       |
| Dashboard     | `dash.joinmarkt.com`    | Sellers and platform admin    |
| Storefront    | `{store}.joinmarkt.com` | Buyer-facing shop             |
| Custom domain | `yourbrand.com`         | Branded storefront (Premium+) |
| Checkout      | `/checkout/[invoiceId]` | Hosted invoice checkout       |
| Docs          | `docs.joinmarkt.com`    | This documentation site       |

## Start here

* [Quickstart](/quickstart) — first store and first sale
* [Plans & billing](/guides/plans-billing) — Free, Premium, Business and crypto upgrade
* [Custom domain](/guides/custom-domain) — brand your storefront hostname
* [Checkout links](/developers/checkout-links) — sell from buttons, emails, or ads
* [Build a custom theme](/storefront/custom-themes) — Vite or Nunjucks storefronts
* [How delivery works](/guides/delivery) — fulfillment after payment
