> 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/docs/apps/windows/app-info.md).

# 판매정보

{% hint style="info" %}
바이너리 유형이 'AAB/APK'인 경우 Android 상품관리의 설정을 자동으로 동기화합니다. \
자세한 설명은 '[여기](/dev/docs/apps/windows.md#binary-type)'를 참고해 주세요
{% endhint %}

이 페이지는 원스토어에 Windows 앱을 등록할 때 필수적으로 입력해야 하는 **판매 정보 입력 화면**입니다. 개발자는 앱의 상품 정보, 그래픽 리소스, 검색 키워드, 판매자 정보를 입력하여 원스토어에서 최적의 검색 및 노출이 이루어지도록 설정할 수 있습니다.

<br>

## 상품정보

'[Android 상품관리 > 판매정보](/dev/docs/apps/android/app-info.md)'의 정의 내용을 참고해 주세요.

## 그래픽 리소스

[Android 상품관리 > 판매정보](/dev/docs/apps/android/app-info.md)'의 정의 내용을 참고해 주세요.

## 검색 및 연결정보

[Android 상품관리 > 판매정보](/dev/docs/apps/android/app-info.md)'의 정의 내용을 참고해 주세요.

## 판매자 정보

[Android 상품관리 > 판매정보](/dev/docs/apps/android/app-info.md)'의 정의 내용을 참고해 주세요.


---

# 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/docs/apps/windows/app-info.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.
