# Glossary

**App** An integration between IDC and one external system — such as a Shopify store, Lightspeed POS, or a 3PL warehouse. Each installed app adds a connection to your IDC account. See also: [Getting Started](/idc/getting-started/intro.md).

**Adjustment** A stock correction created in NetSuite to bring inventory counts in line with your warehouse system. Adjustments are generated from the Inventory page after you review a variance report.

**Dashboard** The IDC home screen. Shows today's sync activity, error counts, flow performance, and the health of all your active connections at a glance.

**Flow** A specific type of data sync within an app — for example, "Orders to NetSuite" or "Inventory from Warehouse". Each app likely contains multiple flows.

**Integration** A connection between IDC and an external system. Often used interchangeably with "app".

**Inventory Variance** A mismatch between the stock quantity recorded in NetSuite and the quantity in your warehouse or external system. The Inventory page shows all variances so you can identify and correct them.

**License** The subscription that authorizes an installed app to run. Each app has its own license with an expiry date. If a license lapses or expires, the app stops syncing until it is renewed.

**Log** A record of a single sync attempt — successful or failed. Logs are stored on the Logs page. Each log entry includes the status, the data that was sent, and (for failures) the error response from the external system.

**Marketplace** The section of IDC where you browse and install new integrations. Displays all available apps for your account.

**Reprocess** To retry a failed sync attempt immediately. Available on individual log entries from the Logs page.

**Settlement** A payment deposit received from an external system (such as a Shopify payout). The Settlements page displays each deposit and its processing status in NetSuite.

**Status (log)** The outcome of a sync attempt. Common statuses include: **Success**, **Error**, **Pending**, and **Ignore**.

**Status (app)** Whether an installed app is active or inactive. An inactive app is not running syncs.

**Sync** A single run of a flow — IDC processing records between two systems. Syncs run on a schedule or can be triggered manually.

**SuiteApp** The component of IDC installed directly into NetSuite by your NetSuite administrator. It must be installed before any integrations can be configured.

**Variance** See *Inventory Variance*.


---

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