# What is IDC?

In8Sync DirectConnect (IDC) is an integration platform that keeps your NetSuite data in sync with the external systems your business depends on — your online store, point-of-sale system, warehouse, or payment processor.

{% hint style="info" %}
Your data lives in NetSuite. IDC reads from and writes to your account, so orders, inventory, and financial records stay in one place — no manual re-entry required.
{% endhint %}

## How it works

{% stepper %}
{% step %}

### Install IDC in NetSuite

IDC is added to your NetSuite account as a SuiteApp. This one-time setup is performed by a NetSuite administrator. See [Installing IDC](/idc/idc-core/overview-1/install-suiteapp.md).
{% endstep %}

{% step %}

### Connect your systems

Using the IDC dashboard, install apps that connect IDC to your external platforms — your Shopify store, Lightspeed POS, warehouse, and more.
{% endstep %}

{% step %}

### IDC syncs automatically

Once connected, IDC runs sync flows on a schedule to move data between systems — orders flow into NetSuite, inventory updates flow out, settlements get reconciled.
{% endstep %}

{% step %}

### Monitor and manage

From the IDC dashboard, your team monitors sync health, investigates errors, reviews inventory variances, and processes settlement reports.
{% endstep %}
{% endstepper %}

## Key terms

**App** — An integration between IDC and one external system. Each installed app adds a connection.

**Flow** — One specific type of data sync within an app — for example, "Orders to NetSuite". Each app likely has multiple flows.

**Sync** — One run of a flow. Syncs run on a schedule or can be triggered manually.

**Log** — A record of every sync attempt — successful or failed. Your primary tool for investigating errors.

**License** — Controls whether an installed app is active and authorized to run. If a license lapses, the app stops syncing.

**Marketplace** — Where you browse and install new apps.

**Dashboard** — The IDC home screen. Shows today's sync activity and the health of all active connections at a glance.

For a full alphabetical reference, see the [Glossary](/idc/getting-started/glossary.md).

## What to do next

* **New installation?** Start with [Installing IDC](/idc/idc-core/overview-1/install-suiteapp.md).
* **Already installed?** Go to [IDC Core](/idc/idc-core/overview.md).
* **Looking up a term?** Check the [Glossary](/idc/getting-started/glossary.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.in8sync.com/idc/getting-started/intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
