> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/eng/docs/apps.md).

# App Registration and Mgmt.

## **Overview** <a href="#apps-overview" id="apps-overview"></a>

A "product" refers to an app distributed through "ONE store". It can be registered and managed via the ONE Store Developer Center.

* The ONE Store Developer Center provides a system where multiple OS-specific apps can be registered and managed under a single Product ID (PID).
* Each OS-specific app has a unique Application ID (AID) and supports both Android and Windows OS.

<table><thead><tr><th width="103.727294921875">Term</th><th width="170.90911865234375">Definition</th><th>Description</th></tr></thead><tbody><tr><td><strong>PID</strong></td><td><p>Product ID</p><p></p></td><td><ul><li>A unique ID to identify a product</li><li>Multiple OS-specific apps can be included in a single PID</li></ul></td></tr><tr><td><strong>AID</strong></td><td>Application ID</td><td><ul><li>A unique ID to identify each OS-specific app</li></ul></td></tr></tbody></table>

* Supported OS Types is as below.

<table><thead><tr><th width="275.6363525390625">OS </th><th>Description</th></tr></thead><tbody><tr><td><strong>Android</strong></td><td>For Android: Supports AAB and APK binary files.</td></tr><tr><td><strong>Windows</strong></td><td>For PC: Supports AAB, APK, and EXE binary files.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/eng/docs/apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
