# Updating Scopes

#### Requirements

* You need to be the Shopify administrator

#### 1. **Login to Shopify Dev Dashboard:**

1. **Go to Shopify Dev Dashboard:** [**https://dev.shopify.com/dashboard**](https://dev.shopify.com/dashboard)

2. **Select Your Installed App**<br>

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

3. #### Click on New Version

   <figure><img src="/files/03OuAGAC5BfePyfhF3fj" alt=""><figcaption></figcaption></figure>

4. **Add additional required API scopes.**<br>

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

5. **Click Release**<br>

6. **Go to Home -> Click Install App**\
   Follow the prompt to update scopes, then reinstall the app so the new scopes are applied to the existing App.<br>

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

You are all set! You can now use sync your Shopify data to other apps through Stacksync's syncs! :tada:


---

# 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.stacksync.com/two-way-sync/connectors/shopify/authorize-shopify-1.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.
