# 사용자 콘솔 매뉴얼

- [앱 등록하기](https://developers.fingerpush.com/app-push/guide/ver5.0/apps.md)
- [대시보드](https://developers.fingerpush.com/app-push/guide/ver5.0/dashboard.md)
- [메시지 만들기](https://developers.fingerpush.com/app-push/guide/ver5.0/msg.md)
- [커스텀 푸시](https://developers.fingerpush.com/app-push/guide/ver5.0/msg/custom.md)
- [엑셀 파일 업로드 유의사항](https://developers.fingerpush.com/app-push/guide/ver5.0/msg/excel-file.md)
- [발송 이력 및 발송 리포트](https://developers.fingerpush.com/app-push/guide/ver5.0/report.md)
- [인앱푸시 만들기](https://developers.fingerpush.com/app-push/guide/ver5.0/inapp.md)
- [통계](https://developers.fingerpush.com/app-push/guide/ver5.0/stat.md)
- [앱 설정](https://developers.fingerpush.com/app-push/guide/ver5.0/set.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://developers.fingerpush.com/app-push/guide/ver5.0.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.
