# Getting Started

## Before you start

* IDC must be installed in your NetSuite account. See [Install IDC](https://github.com/In8Sync2/IDC/blob/main/core/installation/README.md).
* You need integration admin access in NetSuite.
* You need admin or API access to your Shopify store.
* Your Shopify store must be on a plan that supports third-party apps and integrations.

## What to have ready

Before you connect your Shopify store, gather these credentials from your Shopify account. You'll need one of two connection methods — choose the path that matches your Shopify setup.

### For Standard Connection

| What you need               | Where to find it                                                                                                                                                             |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| API Password (Access Token) | Your Shopify admin > Apps and integrations > App and sales channel settings > Develop apps > Create an app > Configuration > Admin API access scopes (generate access token) |

### For Developer Dashboard Connection

| What you need | Where to find it                                                    |
| ------------- | ------------------------------------------------------------------- |
| Client ID     | Shopify Partner Dashboard > Your apps > \[App name] > Configuration |
| Client Secret | Shopify Partner Dashboard > Your apps > \[App name] > Configuration |

## Next step

Once you have everything ready, go to [Connect your account](/idc/shopify/prerequisites/connection.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/shopify/prerequisites.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.
