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

# storekit-Dokumentation: Online-Bestellungen, APIs, Guides

> Starten und wachsen Sie mit storekit im Online-Bestellgeschäft. Leitfäden zu Menüeinrichtung, Zahlungen, Erfüllung, Integrationen, Webhooks und Entwickler-APIs.

<div className="relative min-h-screen flex flex-col" style={{background: '#1a1a1a'}}>
  <div className="absolute inset-0" style={{background: 'linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%)'}} />

  <div className="absolute inset-0 opacity-[0.04]" style={{backgroundImage: `url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")`, backgroundRepeat: 'repeat'}} />

  <div className="relative z-10 flex-1 flex flex-col items-center justify-center px-6 py-16 lg:py-24">
    <div className="max-w-4xl mx-auto text-center">
      <h1 className="text-4xl lg:text-5xl font-bold text-white tracking-tight mb-6">
        Wie können wir helfen?
      </h1>

      <p className="text-xl text-gray-300 max-w-2xl mx-auto mb-12">
        Alles, was Sie benötigen, um Online-Bestellungen einzurichten, Ihr Menü zu verwalten, Zahlungen zu akzeptieren und Ihr Gastronomiegeschäft auszubauen.
      </p>
    </div>

    <div className="w-full max-w-5xl mx-auto grid sm:grid-cols-2 gap-4 lg:gap-6 px-4">
      <a href="https://storekit.com/docs/getting-started/quick-start-guide" className="group relative flex flex-col p-6 rounded-2xl border border-white/10 hover:border-[#6366f1]/50 transition-all" style={{background: 'rgba(255,255,255,0.05)'}}>
        <h3 className="font-semibold text-white mb-2">Schnellstart-Leitfaden</h3>
        <p className="text-sm text-gray-400">Bringen Sie Ihren Store mit unserer Schritt-für-Schritt-Einrichtungsanleitung in Minuten live.</p>
      </a>

      <a href="https://storekit.com/docs/guides/menu/overview" className="group relative flex flex-col p-6 rounded-2xl border border-white/10 hover:border-[#6366f1]/50 transition-all" style={{background: 'rgba(255,255,255,0.05)'}}>
        <h3 className="font-semibold text-white mb-2">Menüverwaltung</h3>
        <p className="text-sm text-gray-400">Bauen Sie Ihr Menü mit Produkten, Modifiern und Verfügbarkeitssteuerung auf.</p>
      </a>

      <a href="https://storekit.com/docs/guides/integrations/overview" className="group relative flex flex-col p-6 rounded-2xl border border-white/10 hover:border-[#6366f1]/50 transition-all" style={{background: 'rgba(255,255,255,0.05)'}}>
        <h3 className="font-semibold text-white mb-2">Integrationen</h3>
        <p className="text-sm text-gray-400">Verbinden Sie Ihr POS, Lieferanbieter und Marketingtools.</p>
      </a>

      <a href="https://storekit.com/docs/developers/webhooks/overview" className="group relative flex flex-col p-6 rounded-2xl border border-white/10 hover:border-[#6366f1]/50 transition-all" style={{background: 'rgba(255,255,255,0.05)'}}>
        <h3 className="font-semibold text-white mb-2">Entwickler</h3>
        <p className="text-sm text-gray-400">Erstellen Sie benutzerdefinierte Integrationen mit Webhooks und unserer API.</p>
      </a>
    </div>
  </div>
</div>


## Related topics

- [Delivery- & Pickup-Store](/docs/de/getting-started/store-types/delivery-pickup-store.md)
- [Google Business Profile](/docs/de/guides/increasing-sales/google-business-profile.md)
- [Bar- und Zahlung-bei-Abholung-Bestellungen](/docs/de/guides/payments/cash-payments.md)
- [Ihre storekit-Store-URL finden und teilen](/docs/de/guides/store-settings/store-url.md)
- [QR-Codes für Ihren storekit-Store herunterladen und drucken](/docs/de/guides/store-settings/qr-codes.md)
