> 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/schedule.md).

# 配信タイミングとスケジュール

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

### 配信タイミング

* "Everyday"と"Custom"から選択が可能です
  * デフォルトは"Everyday"が選択されています
* Customとした場合は曜日と日時を指定することが可能です
  * 特定の曜日にだけ表示するキャンペーンがある時、夜間等決まった時間の配信を除きたい場合、などにご利用ください
  * 祝日の設定は現状できません

### 配信開始日時

* "スケジュール"と"すぐに配信"から選択できます
  * デフォルトは"すぐに配信"が選択されています
* "スケジュール"を選択するとカレンダーが表示され、エクスペリメントの開始日と時間を自由に設定できます

### 配信終了日時

* "期限付き"と"無制限"から選択できます
  * デフォルトは"期限付き"が選択されていますが、日付を選択しないと無制限と同等の挙動となります
* "期限付き"を選択するとカレンダーが表示され、エクスペリメントの開始日と時間を自由に設定できます


---

# 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/schedule.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.
