> For the complete documentation index, see [llms.txt](https://docs.nubrick.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nubrick.app/experiment_edior/trigger.md).

# トリガー

{% hint style="danger" %}
設定内容は自動で保存されないため、必ず設定内容を変更、追加した場合には右下の青い保存ボタンを押してください
{% endhint %}

### トリガーとは

トリガー設定ではコンテンツを表示するタイミングを指定します。アプリ内メッセージとプロダクトツアーで利用する項目になります。

※アプリ内埋め込みでは埋め込み場所を指定するためトリガーの指定は不要です

### デフォルトで指定できるトリガー

* 頻度
  * 毎回/1回のみ/1日1回/n日に1回
* イベント
  * アプリの起動、アプリの起動（初回のみ）アプリの起動＋バックグラウンドからの復帰、バックグラウンドからの復帰
  * イベントはSDK実装時にカスタマイズすることでアプリ独自のイベントを連携することも可能です


---

# 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:

```
GET https://docs.nubrick.app/experiment_edior/trigger.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.
