# 앱 기본정보

- [앱제작 방법 매뉴얼](https://documentation.swing2app.co.kr/manual/v2/appbasic/app-manual.md)
- [앱 업데이트 방법](https://documentation.swing2app.co.kr/manual/v2/appbasic/app-update.md)
- [푸시, 웹뷰버전 앱제작방법(초간단 앱제작)](https://documentation.swing2app.co.kr/manual/v2/appbasic/push-webview.md)
- [웹뷰앱 매뉴얼(제작 및 운영)](https://documentation.swing2app.co.kr/manual/v2/appbasic/webviewapp.md)
- [푸시앱 매뉴얼(제작 및 운영)](https://documentation.swing2app.co.kr/manual/v2/appbasic/pushapp.md)
- [푸시앱 툴바 제거](https://documentation.swing2app.co.kr/manual/v2/appbasic/pushapp-toolbarremove.md)
- [업데이트 유형별 앱 실행화면](https://documentation.swing2app.co.kr/manual/v2/appbasic/update-type.md)
- [앱 추가제작](https://documentation.swing2app.co.kr/manual/v2/appbasic/app-add.md)
- [앱아이콘 이미지 제작 가이드](https://documentation.swing2app.co.kr/manual/v2/appbasic/appicon.md): 앱 아이콘 이미지 제작 및 이미지 가이드 안내
- [대기화면 이미지 제작 가이드](https://documentation.swing2app.co.kr/manual/v2/appbasic/apploading.md): 앱 대기화면 이미지 제작 및 이미지 가이드 매뉴얼
- [앱 이미지 사이즈 편집도구](https://documentation.swing2app.co.kr/manual/v2/appbasic/editor.md)


---

# 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://documentation.swing2app.co.kr/manual/v2/appbasic.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.
