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

# 이용약관

- [스윙투앱 이용약관](https://documentation.swing2app.co.kr/terms/user-protocol.md): 스윙투앱 서비스 이용정책
- [스윙투앱 개인정보 처리방침](https://documentation.swing2app.co.kr/terms/privacy.md): 스윙투앱 서비스에 대한 개인정보 취급방침입니다.
- [스윙투앱 어플리케이션 개인정보 처리방침](https://documentation.swing2app.co.kr/terms/appprivacy.md): 스윙투앱 공식앱 개인정보 처리방침
- [스윙투앱 교육용 라이선스](https://documentation.swing2app.co.kr/terms/license-for-edu.md)
- [무료앱 설치 기기수 제한](https://documentation.swing2app.co.kr/terms/mau.md): 스윙투앱 무료버전앱 설치 기기수 제한 가이드
- [이용제한 이용자 안내](https://documentation.swing2app.co.kr/terms/violation-policy.md)
- [아동 안전 표준 정책](https://documentation.swing2app.co.kr/terms/youth.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/terms.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.
