> 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/policy/download.md).

# 원스토어 서비스 이용안내

## 원스토어 앱 다운로드 안내 <a href="#onestore" id="onestore"></a>

국가/지역에 따른 원스토어 클라이언트(APP) 다운로드 방법에 대해 안내드립니다.

| 국가 및 지역 | 서비스명      | 이용방법                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 대한민국    | 원스토어      | <p></p><ol><li>원스토어 홈페이지(<a href="https://m.onestore.co.kr/mobilepoc/main/main.omp)%EB%A1%9C"><https://m.onestore.co.kr/mobilepoc/main/main.omp></a>)로 이동합니다.</li><li>'원스토어앱 설치하기' 버튼을 선택해주세요.</li><li>원스토어 마켓앱 다운로드 페이지(<a href="https://m.onestore.co.kr/mobilepoc/etc/marketDownloadGuide.omp)%EC%97%90%EC%84%9C"><https://m.onestore.co.kr/mobilepoc/etc/marketDownloadGuide.omp></a>) 에서 '원스토어 다운로드' 버튼은 선택 후, APK 파일을 다운로드합니다.  </li></ol> |
| 싱가포르    | ONE store | <p></p><ol><li>원스토어 글로벌 홈페이지(<a href="https://m.onestore.net/en-sg/main/main)%EB%A1%9C"><https://m.onestore.net/en-sg/main/main></a>) 로이동합니다.</li><li>'Install' 버튼을 선택한 후, APK 파일을 다운로드 합니다.  </li></ol>                                                                                                                                                                                                                                         |
| 타이완     | 快樂玩STORE  | <p></p><ol><li>콰이러완 스토어 홈페이지(<a href="https://m.enjoystore.com.tw/zh-TW-tw/main/main"><https://m.enjoystore.com.tw/zh-TW-tw/main/main></a>)로 이동합니다.</li><li>'安裝' 버튼을 선택한 후, APK 파일을 다운로드 합니다.</li></ol>                                                                                                                                                                                                                                          |
| 미국      | ONE store | 아래 \[첨부1] 의 첨부파일을 다운로드 합니다.                                                                                                                                                                                                                                                                                                                                                                                                                      |

\[첨부1] 원스토어 글로벌(US) 바이너리&#x20;

{% file src="/files/rbIZWbItnXMCGWTTgL99" %}

***

## 원스토어 통합웹 이용안내 <a href="#onestoremw" id="onestoremw"></a>

국가/지역에 따른 원스토어 통합웹 사이트 주소에 대해 안내드립니다.

| 국가 및 지역 | 서비스명      | 통합웹 URL                                            |
| ------- | --------- | -------------------------------------------------- |
| 대한민국    | 원스토어      | <https://m.onestore.co.kr/mobilepoc/main/main.omp> |
| 싱가포르    | ONE store | <https://m.onestore.net/en-sg/main/main>           |
| 타이완     | 快樂玩STORE  | <https://m.enjoystore.com.tw/zh-TW-tw/main/main>   |

***

## 원게임루프  다운로드 안내 <a href="#onegameloop" id="onegameloop"></a>

Windows 앱은 원스토어가 제공하는 PC 앱플레이어인 'ONE GameLoop'를 통해 서비스됩니다. \
Windows 앱에 대한 자세한 내용은 '[여기](/dev/docs/apps/windows.md)'를 참고해 주세요.

| 국가 및 지역 | 서비스명         | 다운로드                                                                              |
| ------- | ------------ | --------------------------------------------------------------------------------- |
| 대한민국    | ONE GameLoop | [ONE GameLoop 다운로드 바로가기](https://m.onestore.co.kr/ko-kr/gameloop/onegameloop.omp) |


---

# 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/policy/download.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.
