> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/appointments/service-based-booking.md).

# サービス機能を使用した予約の設定

このセクションでは、予約イベントを作成し、そのイベントにサービスやオペレータを割り当てる方法について説明します。

### イベントを作成する

まずはダッシュボードの上部にある「予約」タブにアクセスしてください。

下図のように「新しい予約イベントを作成」を選択します。

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/mS7gjDYgMn.png)

**予約について**

イベントに名前を付け、以下のように必要な項目を記入します。

* イベント名
* 説明
* 場所
* クライアントへのメール通知

<figure><img src="/files/GD2vRhogauYGlVDo8lAK" alt=""><figcaption></figcaption></figure>

### **オペレーターの追加**

オペレーターとは、会議/イベントを実施する人のことです。注：必要に応じて、複数のオペレーターを追加することができます。

「オペレーターを追加」ボタンを選択してください。

<figure><img src="/files/5i7q5sLCo6sr4T3cpwbp" alt=""><figcaption></figcaption></figure>

ここで、ボックス内にオペレーターの詳細を入力します。

そのオペレーター専用のGoogleアカウントを追加して、自動的にカレンダーに追加します。

<figure><img src="/files/GZq2jrh3cZ1JqsmyTqw9" alt=""><figcaption></figcaption></figure>

### **サービスの作成**

オペレータの作成が完了したら、「Link services」ボタンを選択し、サービスを作成します。

<figure><img src="/files/28Wm3g8jx7N5IkCVWRi6" alt=""><figcaption></figcaption></figure>

**新しいサービスの追加**

「新しいサービスを追加」ポップアップ」に必要事項を記入します。

<figure><img src="/files/Zq0UFTgaZdlSmi8M3FMJ" alt="" width="372"><figcaption></figcaption></figure>

### **オペレータにサービスを割り当てる**

オペレーターとサービスの作成が完了しましたので、それぞれのオペレーターにサービスを追加してください。

<figure><img src="/files/BwhYjR09N0K5QSuJmamr" alt=""><figcaption></figcaption></figure>

### 利用期間

次に、オペレーターの稼働状況を作成します。

1対1の予約なのか、複数のユーザーによるグループ予約イベントなのか、予約の種類を選択します。

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/Le7fLFA1yN.png)

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/i3ZaWQ8cvl.png)

![](https://tawk.link/5fdb9abedf060f156a8e15f1/kb/attachments/86Z1noTIbI.png)


---

# 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://docs.opusbooster.com/platform/appointments/service-based-booking.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.
