> 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/main-info.md).

# 기본정보

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

필수적으로 입력해야 하는 **기본정보 설정 화면**입니다. \
Windows 상품관리에서는 광고 SDK 적용 여부를 설정할 수 있습니다.

## 서비스 구분

* 앱의 출시 상태를 선택합니다.
  * 정식 출시 : 정식으로 원스토어에 출시하는 앱입니다.
  * Windows는 정식 출시만 지원합니다.

## 광고 SDK 적용 여부

* "예" 선택 시:
  * 앱에서 광고 SDK를 적용하고 있음을 의미합니다.
* "아니오" 선택 시:
  * 광고 SDK를 사용하지 않는 앱을 의미합니다.


---

# 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/main-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.
