# 푸시 메시지 연동

## Android 푸시 메시지 연동

[Flutter Native Android 푸시 메시지 연동 가이드](/development-guide/flutter/push-message/flutter-android-push-message.md)를 확인해주세요

## iOS 푸시메시지 연동

[Flutter Native iOS 푸시메시지 연동 가이드](/development-guide/flutter/push-message/flutter-ios-push-message.md)를 확인해주세요.

## iOS 푸시메시지 이미지 첨부

[Flutter iOS 푸시메시지 이미지 첨부 가이드](/development-guide/flutter/push-message/flutter-ios-rich-push-message.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://docs.hackle.io/development-guide/flutter/push-message.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.
