> For the complete documentation index, see [llms.txt](https://app.developers.karte.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.developers.karte.io/app-faq/notification-look-different-from-preview.md).

# 配信されたプッシュ通知の見え方がエディタ上のプレビューと異なる

KARTE 管理画面のエディタ上のプレビューで表示されている内容は、あくまでもイメージです。

アプリ側の実装、端末の機種や OS の影響など、KARTE から制御できない要因によって、配信されたプッシュ通知の見え方が KARTE 管理画面のエディタ上のプレビューと異なる場合があります。

### ターゲット配信のエディタ上のプレビュー

![](https://2393392196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH4XuUv5EgXiqltJXSiRd%2Fuploads%2Fgit-blob-1c7185e171809c300fed8793144f348665696292%2F23fa2b3d9d2b9cd1bd455dff2c6b6c57de32a555e92dba5635249afcc10a7da4-_2025-03-20_17.52.17.png?alt=media)

### Message のエディタ上のプレビュー

![](https://2393392196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH4XuUv5EgXiqltJXSiRd%2Fuploads%2Fgit-blob-83f1a1946a9979c9f7483cadf2eb6c83a0849a6a%2F429a33a7a83eaf9e0dae398a99296c55fc9f32fb900b71311674b1df5998c64f-_2025-03-20_17.56.38.png?alt=media)


---

# 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://app.developers.karte.io/app-faq/notification-look-different-from-preview.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.
