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

# Find and share your storekit store URL

> Find and share your storekit store URL. Learn the URL format, locate it in the dashboard, handle multi-store URLs, and avoid breaking printed QR codes.

Your store URL is the link customers use to view your menu and place orders. Share it on social media, your website, or in messages to drive online orders.

## URL Format

Every storekit store has a URL in this format:

```
https://order.storekit.com/{store-slug}
```

The `store-slug` is a URL-friendly version of your store name. For example, a store called "The Great Burger Co" would have a slug like `the-great-burger-co`.

## Finding Your Store URL

Your store URL is available in two places in the dashboard:

### Store Settings

1. Go to **Store Settings** > **Store Details**
2. Your store URL is displayed on this page

### Store Designer

1. Open the **Store Designer**
2. The preview link at the top of the designer shows your live store URL

You can also find your store slug in the browser address bar when editing your store in the dashboard.

## Sharing Your Store URL

Share your store URL anywhere you want customers to find you:

* **Social media** — post the link on Instagram, Facebook, or X
* **Your website** — add an "Order Now" button linking to your store
* **Google Business Profile** — add it as your ordering link
* **Email and SMS** — include it in marketing messages

## Multi-Store URLs

If you manage [multiple stores](/docs/guides/store-settings/multiple-stores), each store has its own unique URL with its own slug:

```
https://order.storekit.com/{store-one-slug}
https://order.storekit.com/{store-two-slug}
```

Your store group also has a URL that displays all of your locations in one place, letting customers choose which store to order from.

## QR Codes

Your store [QR code](/docs/guides/store-settings/qr-codes) points to the same store URL. When customers scan the QR code, they are taken directly to your menu and ordering page.

<Warning>
  Changing your store slug changes your store URL. Any QR codes you have already printed — including table-talkers and signage — and any links you have already shared will still point to the old URL and will stop working. Customers scanning old QR codes or clicking old links will not reach your store.
</Warning>

Finalise your store slug **before** printing QR codes or sharing your store URL. If you need to change your slug after QR codes are already in circulation, [contact support](/docs/getting-started/contact-support) so the old URL can be redirected to your new one.

<Tip>
  Bookmark your store URL and test it regularly to make sure everything looks right from a customer's perspective.
</Tip>


## Related topics

- [Create and share storekit payment links](/docs/guides/payments/payment-links.md)
- [Food Trucks & Pop-ups](/docs/guides/use-cases/food-trucks.md)
- [Basket Prefill via URL](/docs/developers/basket-prefill.md)
- [Google Business Profile](/docs/guides/increasing-sales/google-business-profile.md)
- [3. Build Your Menu](/docs/getting-started/launch/build-your-menu.md)
