# 앱제작 응용 TIP(V2)

- [푸시 API를 이용하여 푸시 발송하기](https://documentation.swing2app.co.kr/manual/tip/push-api-notification.md): 스윙투앱 푸시발송 API
- [홈화면 GIF이미지 넣기](https://documentation.swing2app.co.kr/manual/tip/home-gif.md): 앱제작 응용TIP) 홈화면에 움짤 GIF이미지를 넣어서 제작하는 방법
- [플래시 스타일 홈화면 만들기](https://documentation.swing2app.co.kr/manual/tip/home-flash.md)
- [앱 로딩 아이콘 변경하기](https://documentation.swing2app.co.kr/manual/tip/loadingicon.md)
- [디바이스 모드 설정(앱 화면 전환)](https://documentation.swing2app.co.kr/manual/tip/dvice.md): 디바이스 모드: 앱 화면을 전환하는 방법(가로 or 세로 or 복합 모드) 매뉴얼
- [앱 리뷰 버튼 이용방법](https://documentation.swing2app.co.kr/manual/tip/reviewbutton.md)
- [카카오톡 앱공유-앱 셋팅 방법](https://documentation.swing2app.co.kr/manual/tip/kakaosetting.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/tip.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.
