# Samsung Galaxy Store

## Set up

### Navigate to the Integration settings page

1. Select an app in the top left corner from the Switcher
2. Navigate to App Settings by clicking the gear icon (⚙️) at the top of the Timeline sidebar
3. Click on Integrations in the sidebar

### Connect Samsung Galaxy Store

1. Find the Samsung Galaxy Store integration module under the App store capability section.
2. Click **Connect**.
3. To authenticate with the Samsung Galaxy Store, you'll need a service account. For instructions on how to create a service account in the Seller portal visit the Samsung [developer documentation](https://developer.samsung.com/galaxy-store/galaxy-store-developer-api/create-an-access-token.html#Create-a-service-account).

{% hint style="info" %}
Service accounts require the following scopes:

* Publishing & ITEM
* GSS
  {% endhint %}

4. Enter the **Service Account ID** and upload the service account private key file.
5. Click **Install**.
6. When prompted, select your app's **Content ID** to complete the Samsung Galaxy Store integration setup.

{% hint style="info" %}
You can find your app’s Content ID by navigating to **Apps** in the Samsung Galaxy Store Seller Portal.
{% endhint %}


---

# 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.runway.team/integrations/app-stores/samsung-galaxy-store.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.
