> ## 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.

# Quick Start Guide

> Step-by-step setup guide to launch your storekit store. Create the store, build a menu, set hours, configure payments and fulfillment, and go live fast.

This guide walks you through the essential steps to launch your storekit store. Most stores can be set up and taking orders within an hour.

## What You'll Need

Before you start, have these ready:

* Your business details (name, address, phone number)
* Your menu (products, prices, descriptions)
* Bank account details (for receiving payouts)
* Logo and brand colour (optional but recommended)

## Setup Steps

<Steps>
  <Step title="Create Your Store">
    Sign up at [dashboard.storekit.com](https://dashboard.storekit.com) and create your first store. You'll enter your business name, URL slug, address, currency, and timezone.

    [Detailed guide →](/getting-started/launch/create-your-store)
  </Step>

  <Step title="Set Opening Hours">
    Configure when your store accepts orders. Set opening and closing times for each day of the week, with support for multiple time slots (e.g., lunch and dinner service). You can set different hours for pickup vs delivery.

    [Detailed guide →](/getting-started/launch/set-opening-hours)
  </Step>

  <Step title="Build Your Menu">
    Create categories to organise your products, then add items with prices, descriptions, and images. Set up modifier groups for customisation options (sizes, toppings, etc.) and add allergen/dietary information.

    [Detailed guide →](/getting-started/launch/build-your-menu)
  </Step>

  <Step title="Configure Fulfillment">
    Enable the fulfillment methods you want to offer:

    * **Pickup** - customers collect from your location
    * **Delivery** - you deliver to customer addresses (with optional delivery zones)
    * **Dine-in** - table ordering via QR codes
    * **Catering** - large orders with separate pickup/delivery options

    Set prep times, minimum order values, and delivery fees.

    [Detailed guide →](/getting-started/launch/configure-fulfillment)
  </Step>

  <Step title="Set Up Payments">
    Connect storekit Payments (powered by Adyen) to accept cards, Apple Pay, and Google Pay. Complete identity verification to receive payouts to your bank account.

    [Detailed guide →](/getting-started/launch/set-up-payments)
  </Step>

  <Step title="Connect Printing (Optional)">
    Set up a Star Micronics cloud printer to automatically print order tickets. Skip this if you'll manage orders from the dashboard or use a POS integration.

    [Detailed guide →](/getting-started/launch/connect-printing)
  </Step>

  <Step title="Test and Go Live">
    Place test orders to verify the customer experience, payment flow, and order notifications. When ready, open your store and share your link.

    [Detailed guide →](/getting-started/launch/test-and-go-live)
  </Step>
</Steps>

## Your Store URL

Once created, your store is available at:

```
https://order.storekit.com/your-store-slug
```

You can also connect a custom domain like `order.yourbusiness.com`.

## Quick Wins

After the basics are set up, consider these improvements:

<CardGroup cols={2}>
  <Card title="Add Product Images" icon="image" href="/guides/menu/products">
    Stores with images see higher conversion rates
  </Card>

  <Card title="Enable Tips" icon="hand-holding-dollar" href="/guides/payments/tips-service-charges">
    Let customers add tips at checkout
  </Card>

  <Card title="Set Up Discounts" icon="percent" href="/guides/discounts/overview">
    Create promo codes and automatic promotions
  </Card>

  <Card title="Connect Your POS" icon="cash-register" href="/guides/integrations/overview">
    Send orders directly to your till system
  </Card>
</CardGroup>

## Need Help?

* Browse the [full documentation](/) for detailed guides
* [Contact support](/getting-started/contact-support) for assistance
* Check [system status](https://status.storekit.com) if experiencing issues
