# 푸시메세지 가이드

- [앱 푸시메시지 연동](https://document.wisetracker.co.kr/v2-developer/push/undefined.md): Push 알림을 위한 각 OS에 맞는 설정을 절차에 따라 진행 해 주세요.
- [Android](https://document.wisetracker.co.kr/v2-developer/push/undefined/android.md)
- [FCM 인증서 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/android/fcm_setting.md)
- [대시보드 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/android/dashboardsetting.md)
- [SDK 설치 및 API 적용](https://document.wisetracker.co.kr/v2-developer/push/undefined/android/pushsdksetting.md): Push 발송을 위한 SDK 설치 및 적용을 설명합니다.
- [푸시 알림 데이터 이용](https://document.wisetracker.co.kr/v2-developer/push/undefined/android/notification-data.md): 푸시 알림 메시지가 수신되거나 사용자에 의해 탭될 때 호출되는 메쏘드와 해당 상황에서 데이터를 추출하여 이용하는 방법에 대해 안내합니다.
- [iOS](https://document.wisetracker.co.kr/v2-developer/push/undefined/ios.md)
- [APNS 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/ios/apns_setting.md)
- [대시보드 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/ios/dashboardsetting.md): 푸시 서비스 타입에 따른 대시보드 설정을 진행 해주세요
- [SDK 설치 및 API 적용](https://document.wisetracker.co.kr/v2-developer/push/undefined/ios/pushsdksetting.md): 푸시 메세지 사용을 위한 와이즈트래커 SDK 적용 방법을 설명합니다
- [푸시 알림 데이터 이용](https://document.wisetracker.co.kr/v2-developer/push/undefined/ios/notification-data.md): 푸시 알림 메시지가 수신되거나 사용자에 의해 탭될 때 호출되는 메쏘드와 해당 상황에서 데이터를 추출하여 이용하는 방법에 대해 안내합니다.
- [React Native](https://document.wisetracker.co.kr/v2-developer/push/undefined/react-native.md): ReactNative 앱을 위한 푸시 알림 설정 가이드입니다.
- [준비 사항 안내](https://document.wisetracker.co.kr/v2-developer/push/undefined/react-native/undefined.md): ReactNative 앱에서 Push 발송을 위한 SDK 설치 및 적용을 설명합니다.
- [Android 기초 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/react-native/android.md): 푸시메세지 발송을 위한 Android OS 에서 필수로 설정해 주셔야 하는 가이드입니다.
- [iOS 기초 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/react-native/ios.md): 푸시메세지 발송을 위한 iOS OS 에서 필수로 설정해 주셔야 하는 가이드입니다.
- [ReactNative 푸시메세지 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/react-native/push_message.md): ReactNative에서 푸시메세지 토큰 수집 및 수신을 위해 필요한 설정 가이드입니다.
- [Flutter](https://document.wisetracker.co.kr/v2-developer/push/undefined/flutter.md): Flutter 앱을 위한 푸시 알림 설정 가이드입니다.
- [준비 사항 안내](https://document.wisetracker.co.kr/v2-developer/push/undefined/flutter/preparation.md): Flutter 앱에서 Push 발송을 위한 SDK 설치 및 적용을 설명합니다.
- [Android 기초 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/flutter/android.md): 푸시메세지 발송을 위한 Android OS 에서 필수로 설정해 주셔야 하는 가이드입니다.
- [iOS 기초 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/flutter/ios.md): 푸시메세지 발송을 위해 iOS 에서 필수로 설정해 주셔야 하는 가이드입니다.
- [Flutter 푸시메세지 설정](https://document.wisetracker.co.kr/v2-developer/push/undefined/flutter/flutter.md): Flutter에서 푸시메세지 토큰 수집 및 수신을 위해 필요한 설정 가이드입니다.
- [푸시 알림 데이터 이용](https://document.wisetracker.co.kr/v2-developer/push/use_push_data.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://document.wisetracker.co.kr/v2-developer/push.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.
