# Push Message Integration

## Android Push Message Integration

Please refer to the [Flutter Native Android Push Message Integration Guide](/en/development-guide/flutter/push-message/flutter-android-push-message.md).

## iOS Push Message Integration

Please refer to the [Flutter Native iOS Push Message Integration Guide](/en/development-guide/flutter/push-message/flutter-ios-push-message.md).

## iOS Rich Push Message

Please refer to the [Flutter iOS Rich Push Message Guide](/en/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/en/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.
