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

# 2022년

- [12월 23일 : \[와이즈리테일\] 모집단 변경 사전 안내](https://guide.wiseapp.co.kr/notices/2022/12-23.md)
- [11월 30일 : 이용약관 및 개인정보취급방침 개정 사전 안내](https://guide.wiseapp.co.kr/notices/2022/11-30-1.md)
- [11월 30일 : \[와이즈앱\] 모집단 변경 및 기타 업데이트 사전 안내](https://guide.wiseapp.co.kr/notices/2022/11-30-2.md)
- [11월 21일 : 신규 고객을 위한 앱시장분석 1개월 구독 이벤트](https://guide.wiseapp.co.kr/notices/2022/11-21-1.md)
- [11월 21일 : \[와이즈앱/리테일\] 2023 얼리버드 이벤트!](https://guide.wiseapp.co.kr/notices/2022/11-21-2.md)
- [9월 29일 : \[와이즈앱\] 2022년 2분기 구글 플레이 스토어 게임 매출 정기 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/09-29.md)
- [9월 21일 : \[와이즈리테일\] 데이터 업데이트 사전 안내](https://guide.wiseapp.co.kr/notices/2022/09-21.md)
- [9월 14일 : \[와이즈리테일\] '관련 상장기업' 기능 종료 안내](https://guide.wiseapp.co.kr/notices/2022/09-14.md)
- [8월 30일 : \[와이즈리테일\] 알고리즘 개선 및 데이터 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/08-30.md)
- [8월 1일 : \[와이즈앱/리테일\] 서비스 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/08-01.md)
- [7월 12일 : \[와이즈앱\] 알고리즘 개선 및 데이터 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/07-12.md)
- [6월 28일 : \[와이즈앱\] 2022년 1분기 구글 플레이 스토어 게임 매출 정기 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/06-28.md)
- [5월 18일 : \[와이즈리테일\] 알고리즘 개선 및 데이터 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/05-18.md)
- [5월 11일 : \[와이즈앱\] '알림, 키워드, 내재가치' 기능 종료 안내](https://guide.wiseapp.co.kr/notices/2022/05-11.md)
- [4월 15일 : \[와이즈앱\] 2021년 4분기 구글 플레이 스토어 게임 매출 정기 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/04-15.md)
- [4월 6일 : \[와이즈앱\] Android+iOS, iOS 신규 지표 추가](https://guide.wiseapp.co.kr/notices/2022/04-06.md)
- [3월 30일 : \[와이즈리테일\] 데이터 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/03-30.md)
- [3월 18일 : \[와이즈앱\] 일간 데이터 제공 안내](https://guide.wiseapp.co.kr/notices/2022/03-18.md)
- [2월 25일 : \[와이즈앱\] 모집단 변경 사전 안내](https://guide.wiseapp.co.kr/notices/2022/02-25.md)
- [1월 7일 : \[와이즈앱\] 알고리즘 개선 및 데이터 업데이트 안내](https://guide.wiseapp.co.kr/notices/2022/01-07.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://guide.wiseapp.co.kr/notices/2022.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.
