> For the complete documentation index, see [llms.txt](https://documentation.swing2app.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.co.kr/manual/tip.md).

# 앱제작 응용 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
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://documentation.swing2app.co.kr/manual/tip.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.
