# Getting Started with ONE store International

This guide covers apps that are being added to the ONE store for the first time. If your app is already on ONE store and you want to also make it available in the US, instead see [Setting Up an App for US Distribution](/one-store/one-store-international-docs-home/setting-up-an-app-for-us-distribution.md).

{% hint style="warning" %}
In the US, only official Android apps can be distributed and beta apps are not supported.
{% endhint %}

To publish a new app on the ONE store and set it up for US distribution, follow these steps:

{% stepper %}
{% step %}

### [Register your app to the ONE store ecosystem](/one-store/configuring-apps-in-one-store-developer-center/registering-an-app-for-one-store.md)

{% endstep %}

{% step %}

### [Add app details](#add-app-details)

Add app details such as age ratings, price, licensing, distribution settings, US tax settlement, and your APK file.
{% endstep %}

{% step %}

### [Set Up In-App Purchases (if applicable)](/one-store/configuring-apps-in-one-store-developer-center/setting-up-in-app-purchases.md)

If you are offering items for in-app purchase (IAP), integrate your app with the ONE store IAP SDK and register and test your IAP items in the ONE store Developer Center.
{% endstep %}

{% step %}

### [Publish your app](/one-store/configuring-apps-in-one-store-developer-center/publishing-an-app.md)

Submit your app for review and publication to the ONE Store US market.
{% endstep %}

{% step %}

### [Integrate the ONE store SDKs](/one-store/integrating-one-store-sdks.md)

Integrate the ONE store SDKs within your app.
{% endstep %}
{% endstepper %}


---

# 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.digitalturbine.com/one-store/one-store-international-docs-home/getting-started-with-one-store-international.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.
