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

# Integrations Overview

> Connect storekit to your existing tools and workflows including POS, delivery, marketing, loyalty, and analytics platforms. Browse all available integrations.

storekit is designed to work seamlessly with your existing technology stack. We take an open approach to integrations, building connections that are reliable, well-maintained, and genuinely useful for hospitality businesses.

## Our Approach

### Two-Way Sync

We don't believe in one-way data dumps. Our integrations are built for **bi-directional communication** wherever possible:

* **Menu sync** pulls products from your POS and pushes availability updates back
* **Order flow** sends orders to your systems and receives status updates
* **Inventory** reflects real-time stock levels across platforms

This means your storekit menu stays in sync with your POS without manual updates, and your POS always has the latest order information.

### Reliability First

Integrations only work if they're reliable. We invest heavily in:

* **Retry logic** - Failed requests are automatically retried with exponential backoff
* **Monitoring** - We track integration health and proactively fix issues
* **Graceful degradation** - If an integration is temporarily unavailable, orders continue to flow
* **Audit logs** - Full visibility into what data was sent and received

### Built for Hospitality

Every integration is designed specifically for hospitality workflows. We understand the nuances of menu management, order timing, kitchen operations, and customer expectations.

## Integration Categories

<CardGroup cols={2}>
  <Card title="POS Systems" icon="cash-register" href="/guides/integrations/pos/zonal">
    Sync menus, send orders, and track inventory with your point of sale
  </Card>

  <Card title="Delivery Providers" icon="truck" href="/guides/integrations/delivery/uber-direct">
    Connect delivery fleets for automated dispatch and tracking
  </Card>

  <Card title="Marketing" icon="megaphone" href="/guides/integrations/marketing/klaviyo">
    Send customer data to your email and marketing platforms
  </Card>

  <Card title="Loyalty & Gift Cards" icon="gift" href="/guides/integrations/loyalty-gift-cards">
    Integrate rewards programs and gift card systems
  </Card>
</CardGroup>

## Available Integrations

### POS Systems

| Integration                                                         | Menu Sync | Order Push | Inventory |
| ------------------------------------------------------------------- | --------- | ---------- | --------- |
| [Zonal (Aztec)](/guides/integrations/pos/zonal)                     | ✓         | ✓          | ✓         |
| [Lightspeed K-Series](/guides/integrations/pos/lightspeed-k-series) | ✓         | ✓          | ✓         |
| [TISSL](/guides/integrations/pos/tissl)                             | ✓         | ✓          | -         |

### Delivery Providers

| Integration                                              | Auto-Dispatch | Live Tracking | Driver Details |
| -------------------------------------------------------- | ------------- | ------------- | -------------- |
| [Uber Direct](/guides/integrations/delivery/uber-direct) | ✓             | ✓             | ✓              |
| [Shipday](/guides/integrations/delivery/shipday)         | ✓             | ✓             | ✓              |
| [Nash](/guides/integrations/delivery/nash)               | ✓             | ✓             | ✓              |
| [Orkestro](/guides/integrations/delivery/orkestro)       | ✓             | ✓             | ✓              |
| [Pedalme](/guides/integrations/delivery/pedalme)         | ✓             | ✓             | ✓              |
| [Cyclone](/guides/integrations/delivery/cyclone)         | ✓             | ✓             | ✓              |

### Marketing Platforms

| Integration                                           | Customer Sync | Order Events | Segmentation |
| ----------------------------------------------------- | ------------- | ------------ | ------------ |
| [Klaviyo](/guides/integrations/marketing/klaviyo)     | ✓             | ✓            | ✓            |
| [Mailchimp](/guides/integrations/marketing/mailchimp) | ✓             | ✓            | -            |
| [Airship](/guides/integrations/marketing/airship)     | ✓             | ✓            | ✓            |
| [Stampede](/guides/integrations/marketing/stampede)   | ✓             | ✓            | -            |
| [Acteol](/guides/integrations/marketing/acteol)       | ✓             | ✓            | -            |

## Request an Integration

Don't see what you need? We're always evaluating new integrations based on customer demand.

<Card title="Submit a Feature Request" icon="lightbulb" href="https://dashboard.storekit.com/feature-requests">
  Tell us which integrations would help your business. Popular requests get prioritised for development.
</Card>

When requesting a new integration, it helps to include:

* The platform or service you want to connect
* Your use case and what data needs to flow
* How many of your venues would use it

## Build Your Own

For custom requirements, our [Webhooks](/developers/webhooks/overview) let you build your own integrations. Receive real-time events for orders, payments, feedback, and more.
