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

# Introduction

> How the GoFlow integration works, what syncs automatically, and how to get started.

<div
  style={{
background: '#FFF3B0',
borderLeft: '4px solid #F5C400',
borderRadius: '8px',
padding: '16px 20px',
marginBottom: '28px',
display: 'flex',
alignItems: 'flex-start',
gap: '12px'
}}
>
  <span style={{ fontSize: '16px', flexShrink: 0, marginTop: '2px' }}>⚠️</span>

  <p style={{ margin: 0, fontWeight: '500', fontSize: '15px', color: '#78350F', lineHeight: '1.55' }}>
    New to nocnoc? You'll need a seller account before setting up this integration.{' '}

    <a href="https://nocnocstore.com/sign-up" style={{ color: '#78350F', fontWeight: '700', textDecoration: 'underline', textDecorationColor: '#78350F' }}>
      Create your account →
    </a>
  </p>
</div>

The GoFlow integration lets you connect your existing GoFlow account to nocnoc, enabling automated order management between both platforms. Once connected, nocnoc orders flow directly into GoFlow so you can manage fulfillment from a single place.

## How it works

The integration works by adding **nocnoc as a store** inside your GoFlow account — just like any other sales channel. This means nocnoc gets its own dedicated space where you control:

* **Which products** to list on nocnoc
* **What prices** to set — independently from your other channels
* **How much inventory** to allocate — you choose the percentage or quantity reserved for nocnoc
* **Order fulfillment** — nocnoc orders appear under this store, ready to pick and ship

Because nocnoc is just another store in GoFlow, you manage it with the same tools and workflows you already use for your other channels.

The setup involves two main steps: connecting your nocnoc store to GoFlow, and then enabling and creating your nocnoc listings.

## What syncs automatically

Once the integration is live:

<CardGroup cols={2}>
  <Card title="Orders" icon="shopping-cart">
    nocnoc orders appear in GoFlow for fulfillment.
  </Card>

  <Card title="Inventory" icon="boxes-stacked">
    Stock levels sync between GoFlow and nocnoc.
  </Card>

  <Card title="Prices" icon="tag">
    Pricing set in GoFlow for your nocnoc store is reflected in nocnoc.
  </Card>

  <Card title="Trackings" icon="truck">
    Once fulfilled in GoFlow, tracking info is sent back to nocnoc automatically.
  </Card>
</CardGroup>

<p style={{ margin: '40px 0 0', fontSize: '14px', color: '#9ca3af' }}>
  Have a question about this integration?{' '}
  <a href="/contact" style={{ color: '#1a6cf4', textDecoration: 'underline' }}>Contact our support team →</a>
</p>
