# Initial Setup

## What it is

After installing the IDC SuiteApp, there is one configuration step to complete before your team starts using IDC: confirming that the NetSuite script deployments are active.

## When you'd use it

Complete this immediately after [installing the IDC SuiteApp](/idc/idc-core/overview-1/install-suiteapp.md) for the first time. You only need to do this once.

## Before you start

* The IDC SuiteApp must already be installed. See [Installing IDC](/idc/idc-core/overview-1/install-suiteapp.md).
* You need **Administrator** role access in NetSuite.

## Step by step

### Confirm script deployments

1. In NetSuite, go to **Customization > Scripting > Script Deployments** and confirm that all IDC script deployments are active.

   If any deployments are inactive, click into each one and set its **Status** to **Released**.
2. Open the IDC dashboard from within NetSuite to confirm it loads. You can find it at **IDC > Management Tools > Dashboard** or **Setup > In8Sync DirectConnect > Dashboard**.

   > **Note:** The **IDC > Management Tools** menu also includes a **Dashboard (Beta)** link, which opens the new-generation IDC dashboard. Both dashboards are active.

## What success looks like

* All IDC script deployments in NetSuite are active.
* The IDC dashboard loads from within NetSuite.

## Common issues

* **Script deployments are missing.** Try reinstalling from **Customization > SuiteCloud Development > Installed SuiteApp List** by clicking **Update**. Then check deployments again.

## Related

* [Licenses](/idc/idc-core/licenses.md) — check the status of your app licenses.
* [Apps & Marketplace](/idc/idc-core/apps.md) — install your first integration.
* [Settings](/idc/idc-core/settings.md) — configure access tokens and account-level options.


---

# 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/idc-core/overview-1/initial-setup.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.
