# 通知

Adaloは、ビルダー内の ***Trigger Notification*** アクションを介して、iOS、Android、Webアプリにログインしているユーザーに通知をトリガーすることをネイティブでサポートしています。AdaloのAPIを使用して ***Push Notifications*** を送信したい場合は、[この記事](/ja/integrations/the-adalo-api/push-notifications.md) を参照してください。

### 条件

* ユーザーはデバイスにログインしており、過去2週間以内にアクティブである必要があります。
* ユーザーはデバイス上でアプリの通知許可を受け入れている必要があります。
* 通知を受信するユーザーは、通知をトリガーしたユーザーではない必要があります。

{% content-ref url="/pages/lTVyFWxA0XtiPTWcRVzy" %}
[アプリで通知許可をリクエストする](/ja/action-basics/notifications/request-notification-permission-in-your-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/bYzIFhdzRUxMPTZk78by" %}
[プッシュ通知をトリガーする](/ja/action-basics/notifications/trigger-push-notifications.md)
{% endcontent-ref %}

{% content-ref url="/pages/rb8Zbe1tWqFJrDirbsIi" %}
[通知のテスト](/ja/action-basics/notifications/testing-notifications.md)
{% endcontent-ref %}

{% content-ref url="/pages/sN095Emt99NaTDhJJ2uw" %}
[通知のトラブルシューティング](/ja/action-basics/notifications/troubleshooting-notifications.md)
{% endcontent-ref %}


---

# 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://help.adalo.com/ja/action-basics/notifications.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.
