# 개요

## **시작하기**

* ONE store 개발자 센터에서 대한민국 또는 해외의 개인 및 법인 모두 판매자가 될 수 있습니다.
* ONE store 개발자 센터에서 무료 회원으로 가입하시고 상품을 등록하세요.
* [ONE store 개발자센터 바로가기](https://dev.onestore.co.kr/devpoc/index.omp)&#x20;

## **개발자를 위한 개발도구 지원**

* ONE store 에서 제공하는 SDK는 다른 Android 마켓과 매우 유사합니다.
* ONE store에서는 앱 라이선스(ALC)를 관리하는 라이브러리를 제공합니다.
  * [billing](https://onestore-dev.gitbook.io/dev/tools/billing "mention") 알아보기
* ONE store 에서는 모바일 환경에서도 앱을 관리할 수 있는 Android OS 개발자 센터 App 을 제공합니다.
  * [devcenter\_app](https://onestore-dev.gitbook.io/dev/tools/devcenter_app "mention")바로가기&#x20;

## **상품등록과 판매**&#x20;

* ONE store 에서는  Android OS, Windows OS 의 앱과 게임, ONE webshop 아이템을 등록하고 판매 할 수 있습니다.
  * Android / Windows OS 상품 : [apps](https://onestore-dev.gitbook.io/dev/docs/apps "mention") 알아보기
  * Websop 아이템 : [overview](https://onestore-dev.gitbook.io/dev/webshop/overview "mention") 알아보기

{% hint style="info" %}
**ONE webshop(원웹샵)이란?**

* &#x20;원스토어 계정 기반의 웹 결제 플랫폼으로, Android·iOS·PC 등 다양한 환경에서 플랫폼 제약 없이 게임 아이템 결제를 제공합니다.
  {% endhint %}

## 인앱 광고 수익화

* ONE store 에서 판매하는 상품에서 광고를 노출하여 광고 수익을 창출할 수 있습니다.
* 앱 내 구현한 광고 지면에 ONE AdMax SDK를 연동하여 광고 수익을 최적화해 보세요.
* [ONE AdMax 상품 소개서 보기](https://drive.google.com/file/d/1kd_8YU5iSbfOBPcL5DPncbb-xpikVkp3/view?usp=drive_link)
* [ONE AdMax 홈페이지 바로가기](https://oneadmax.com)

## **광고 및 마케팅**

* ONE store 에서 판매하는 상품의 광고를 집행하여 앱과 게임을 성장 시킬 수 있습니다.
* ONE store 내부 광고 지면과 외부 광고 네트워크를 활용할 수 있습니다.
* [ONE Ads 상품 소개서 보기](https://drive.google.com/file/d/1y_IaJO2NqAxYQSmlyHTU34x21FkYWeNI/view?usp=drive_link)

## **정산 보고서 및 판매정보**

* 유료 제품의 판매 상태와 월간 정산 금액의 세부 정보를 확인할 수 있습니다.
* [payment](https://onestore-dev.gitbook.io/dev/docs/payment "mention")보기

## **고객 의견 듣기**

* ONE store의 고객은 제품 평가, 리뷰 남기기 및 이메일 전송을 통해 판매자와 소통할 수 있습니다.
* ONE store 개발자 센터에서 답변을 보내고, 환불 처리 등을 수행하여 고객 만족도를 높여보세요.
* [usermanagements](https://onestore-dev.gitbook.io/dev/docs/usermanagements "mention")방법 알아보기


---

# 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://onestore-dev.gitbook.io/dev/introduction.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.
