# How to find App GID

#### Step 1: Get Your App GID

1. Return to the **Add App ID from partner** window after you have connected Shopify API.
2. From your Partner Dashboard, navigate to the **App distribution** section in the left-hand menu. Click **All apps**. From the list, find and click on the specific app you wish to connect.

<figure><img src="/files/uLk6AEvZhYZHUjR60o25" alt=""><figcaption></figcaption></figure>

3. Look at the URL in your browser's address bar. The App GID is the set of numbers immediately following /apps/:

<figure><img src="/files/PeBF9ugiuVRKuKjpZRZ4" alt="" width="375"><figcaption></figcaption></figure>

For example, in the URL <mark style="color:blue;"><https://partners.shopify.com/1234567/apps/7891011/overview></mark>, the App GID is 7891011.

#### Step 2: Fill App GID in Lesmetrix

Return to the Letsmetrix window you opened in Step 1 and paste the App GID you found in the previous section. Click **Add**.

<figure><img src="/files/BXcQPLfLD2VgjSm8IWHQ" alt="" width="375"><figcaption></figcaption></figure>

After you add the app, the partner data will be synced and appear in your Letsmetrix dashboards.


---

# 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.letsmetrix.com/get-started/connect-shopify-api/how-to-find-app-gid.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.
