# 웹뷰앱&푸시앱

- [스윙투앱 웹뷰앱](https://documentation.swing2app.co.kr/webapp/manual/webviewapp.md): 웹사이트를 연결한 웹앱 - 웹뷰전용앱을 소개합니다.
- [스윙투앱 푸시앱](https://documentation.swing2app.co.kr/webapp/manual/pushapp.md): 웹사이트를 연결한 웹앱 - 푸시전용앱을 소개합니다.
- [웹뷰앱 매뉴얼](https://documentation.swing2app.co.kr/webapp/manual/webview.md): 앱제작 V3버전 – 웹뷰앱 제작방법 및 스토어 출시방법 매뉴얼
- [푸시앱 매뉴얼](https://documentation.swing2app.co.kr/webapp/manual/push.md): 앱제작 V3버전 – 푸시앱 제작방법 및 스토어 출시방법 매뉴얼
- [푸시앱, 웹뷰앱 초간단 제작방법](https://documentation.swing2app.co.kr/webapp/manual/push-webview.md)
- [최초 실행 주소 이용방법](https://documentation.swing2app.co.kr/webapp/manual/firstrun-url.md): 웹앱(웹뷰,푸시앱)기능-최초 실행 주소 기능 이용방법
- [기본 옵션: 웹뷰 기능](https://documentation.swing2app.co.kr/webapp/manual/option-webview.md): 당겨서 새로고침, 화면 하단 탑버튼, 앱 종료 알림메시지
- [기본 옵션: 안드로이드 권한](https://documentation.swing2app.co.kr/webapp/manual/android-permissions.md): 웹앱 - 안드로이드에서 사용되는 권한(위치, 사진/미디어, 카메라) 셋팅 방법
- [기본 옵션: 추가 기능(푸시앱)](https://documentation.swing2app.co.kr/webapp/manual/options-add.md): 푸시앱에서 이용 가능한 기본스타일: 추가 기능 이용 방법 안내
- [고급 옵션: 색상 설정(푸시앱)](https://documentation.swing2app.co.kr/webapp/manual/options-color.md): 푸시앱: 고급스타일 옵션에서 색상을 설정하는 방법
- [고급 옵션: 시스템 폰트](https://documentation.swing2app.co.kr/webapp/manual/options-font.md): 시스템 폰트 사용 적용화면
- [프로그레스바 색상 설정](https://documentation.swing2app.co.kr/webapp/manual/progressbar.md): 웹뷰전용, 푸시전용 앱에서 적용가능한 '프로그레스바' 색상을 수정하는 방법
- [프로그레스바 제거(사용하지 않음)](https://documentation.swing2app.co.kr/webapp/manual/progressbar2.md): 프로그레스바를 노출시키지 않는 방법
- [앱 종료 알림 메시지](https://documentation.swing2app.co.kr/webapp/manual/appexit.md): 웹뷰앱, 푸시앱에 앱 종료 알림 메시지 띄우는 방법 매뉴얼
- [권한 유형 설정](https://documentation.swing2app.co.kr/webapp/manual/data.md): 웹뷰, 푸시앱 -앱에서 제공되는 권한(카메라, 외부저장공간, 위치)
- [부관리자 설정(푸시,웹뷰앱)](https://documentation.swing2app.co.kr/webapp/manual/webappadmin.md): 푸시앱과 웹뷰앱 이용, 사이트 운영이 가능한 부관리자 설정 방법 매뉴얼
- [안드로이드 앱 패키지 아이디 변경](https://documentation.swing2app.co.kr/webapp/manual/packageid.md): 안드로이드 앱 패키지명 변경 방법
- [푸시앱 \[툴바\] 이용방법 및 기능 소개](https://documentation.swing2app.co.kr/webapp/manual/pushapp-toolbar.md): V3 푸시앱 툴바 기능 매뉴얼 – 이용방법,기능 소개 ​
- [푸시앱 \[메뉴\] 리스트 수정 방법](https://documentation.swing2app.co.kr/webapp/manual/toolbalist.md): 푸시앱에서 제공하는 툴바에서 리스트 메뉴를 수정하는 방법 안내
- [푸시 아이콘 이미지 등록하기](https://documentation.swing2app.co.kr/webapp/manual/pushicon.md): 안드로이드폰 푸시 아이콘 이미지를 적용하는 방법
- [푸시앱에서 푸시발송하기](https://documentation.swing2app.co.kr/webapp/manual/pushapp-push.md): 푸시전용앱 푸시 발송방법 매뉴얼
- [푸시 알림 방식 확인](https://documentation.swing2app.co.kr/webapp/manual/pushnotification.md): 폰으로 발송되는 푸시 알림 방식 확인하기
- [푸시 히스토리(통계)](https://documentation.swing2app.co.kr/webapp/manual/push-history.md): 푸시 히스토리: 발송된 푸시 내역을 관리하고 확인하는 방법
- [푸시 테스트 발송 - 푸시 장치 관리](https://documentation.swing2app.co.kr/webapp/manual/pushtest.md): 테스트 푸시 발송, 테스트 기기 등록 방법
- [\[푸시앱\] App Id, App Key](https://documentation.swing2app.co.kr/webapp/manual/api_key.md): App ID, API 키 확인


---

# 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/webapp/manual.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.
