> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/meeting-settings/reservation-settings/engage.md).

# 予定詳細

予定詳細画面に表示するタイトルと本文を、会議通知とは別に設定できる機能です。

## 予定詳細とは

予定詳細とは、お客様が閲覧する[予定詳細画面](/guides/meeting-details-page.md)に表示されるタイトルと本文を設定する機能です。

### 予定詳細でできること

| 機能          | 説明                                |
| ----------- | --------------------------------- |
| タイトル設定      | 予定詳細画面のタイトルをカスタマイズできます            |
| 本文設定        | 予定詳細画面の本文をテンプレートタグを使用してカスタマイズできます |
| 他の面談タイプへの適用 | 設定した内容を他の面談タイプにも一括で適用できます         |

## 設定項目

### タイトル

予定詳細画面に表示するタイトルを設定します。テンプレートタグを使用して動的な内容を含めることができます。

**文字数制限**: 255文字以内

### 本文

予定詳細画面に表示する本文を設定します。HTMLエディタを使用してリッチテキストの編集が可能で、テンプレートタグを使用して動的な内容を含めることができます。

**文字数制限**: 4096文字以内

### 使用可能なテンプレートタグ

予定詳細では以下のテンプレートタグが使用できます。

* [基本タグ](/meeting-settings/reservation-settings/tags.md#basic-tags)（全て）
* [予約後に使用可能なタグ](/meeting-settings/reservation-settings/tags.md#after-reservation-tags)（全て）

詳しくは[テンプレートタグ一覧](/meeting-settings/reservation-settings/tags.md)を、タグの入れ方については[タグの挿入方法](/meeting-settings/reservation-settings/tags.md#insert-tag)を参照してください。

### 他の面談タイプへの適用

設定した内容を他の面談タイプにも一括で適用することができます。面談タイプ選択画面で適用したい面談タイプを選択してください。


---

# 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.immedio.io/meeting-settings/reservation-settings/engage.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.
