> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/ja/yu-yue/availability/same-day-bookings.md).

# 当日予約

## 当日予約を無効にする

次の場合、このオプションを有効にします **しない** お客様に当日の予約をさせたくない場合。

1. 次へ移動 **Sesami > サービス > \[サービスを選択]**
2. 確認 **当日予約を無効にする**
3. クリック **保存**

有効にすると、ストアフロントのカレンダーでは今日の日付に利用可能な枠は表示されません。

## 開始間隔を切り上げる

この **切り上げ開始間隔** 設定は〜を切り上げます **次の** **利用可能な時間枠** 次に選択された間隔まで切り上げます。

**オプション:**

* 無効 — お客様は、今すぐ始まる枠を含め、利用可能な任意の枠を予約できます。
* 5分、&#x20;
* 10分
* 15分
* 30分
* 60分

たとえば、現在時刻が **午前11:02**の場合、切り上げ設定は次のように調整されます:

| 切り上げ間隔 | 最初に利用可能な枠 |
| ------ | --------- |
| 5分     | 午前11:05   |
| 10分    | 午前11:10   |
| 15分    | 午前11:15   |
| 30分    | 午前11:30   |
| 60分    | 正午        |

{% hint style="info" %}
お客様にさらに前もって予約してもらう必要がある場合（例：30分）は、 [バッファ時間](/ja/yu-yue/availability/buffer-times.md) の代わりに「同日の最初の予約の前」という値を使用してください。
{% endhint %}

## 関連

* [バッファ時間](/ja/yu-yue/availability/buffer-times.md) — 予約間に準備時間を追加する
* [カレンダー開始日](/ja/yu-yue/availability/calendar-start-date.md) — カレンダーに最初に表示する日付を制御する
* [柔軟な枠](/ja/yu-yue/availability/flexible-slots.md) — 時間枠の間隔を制御する


---

# 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://help.sesami.co/ja/yu-yue/availability/same-day-bookings.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.
