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

# リソースの空き状況

Sesamiでは、 **利用可能時間はリソースに属します** （「チームメンバー」だけではありません）。リソースには次のようなものがあります：

* **チームメンバー** （スタッフ）
* **部屋**
* **チェア／ステーション**
* **設備／機械**
* スケジュールする必要があるその他のキャパシティ

> 注：Sesamiでは、 **チームメンバーはリソースの一種です** （リソースには部屋や設備なども含まれます）。

## リソース（チームメンバー、部屋、設備など）の利用可能時間を設定する

{% stepper %}
{% step %}

#### 「リソース」を開く

開く **Sesami → リソース**.
{% endstep %}

{% step %}

#### リソースを選択

編集したいリソースを選択してください\
（例：タイプが **チームメンバー**).
{% endstep %}

{% step %}

#### 利用可能時間へ移動

次へ移動し **利用可能時間** セクション。
{% endstep %}

{% step %}

#### 利用可能時間を編集

日付（または曜日）をクリックして **利用可能時間を編集**.
{% endstep %}

{% step %}

#### 時間帯を追加

時間帯を追加（例： `午前8:00～午前11:00`).
{% endstep %}

{% step %}

#### 他の日に適用（任意）

使用する **適用先…** を使用して、同じスケジュールを他の日にコピーします（任意）。
{% endstep %}

{% step %}

#### 変更を保存

クリック **保存** （右上）をクリックして完了します。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
ヒント

* もし *部屋* または *設備* をリソースとしてスケジュールする場合は、カレンダーに実現不可能な枠が表示されないよう、現実的な利用可能時間帯を設定してください。
* チームメンバーに Google カレンダー同期を使用している場合は、「予定あり」イベントを作成して時間をブロックできます（「日付や時間をブロックする」ガイドを参照）。
  {% endhint %}

<figure><img src="/files/2579a5389e79a5a4b249e4c07311b79009553eb5" alt=""><figcaption></figcaption></figure>

## 利用可能期間

利用可能期間では、予約可能な期間を定義することで、リソースがいつ予約を受け付けられるかを制御できます。

予約の開始時期と、顧客がどれだけ先まで予約できるかを選択できます。

### 設定：

**From：予約の受付開始時期を選択します。**

* **今すぐ** – 顧客はすぐに予約できます。
* **指定日** – 予約は特定の日付から開始されます。
* **今から○日先** – 予約を指定日数遅らせます。

**例：** 設定 **From → 今から○日先 → 7** により、顧客は今後7日間の予約を入れられなくなります。<br>

**To：顧客がどれだけ先まで予約できるかを選択します。**

* **無期限に先まで** – 予約上限はありません。
* **指定日** – 特定の日付以降は予約を受け付けません。
* **今から○日先** – 予約を直近の一定日数内にのみ許可します。

**例：** 設定 **To → 今から○日先 → 90** により、顧客は最大90日先まで予約できます。

{% hint style="info" %}
注意：これは予約可能期間を管理するもので、リソースの営業時間を管理するものではありません。

防ぐには [当日](/ja/yu-yue/availability/same-day-bookings.md#disable-same-day-bookings) や直前の予約には、 [その日の最初の予約の前のバッファ時間 ](/ja/yu-yue/availability/buffer-times.md#before-the-first-appointment-on-the-same-day)を使用してください。
{% endhint %}

<figure><img src="/files/8d77ff5646972d494be694d5868b597b51d7abcb" alt=""><figcaption></figcaption></figure>


---

# 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/resource-availability.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.
