> 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/immedio-box/outbound-prompts/edit.md).

# アウトバウンドプロンプト作成・編集

アウトバウンドプロンプトを新規作成・編集する画面です。

プロンプトの送信者情報やAIへの指示、添付するファイル・ルーム・日程調整URLを設定する画面です。

[一覧画面](/immedio-box/outbound-prompts/index.md)の「アウトバウンドプロンプト作成」ボタンから新規作成、既存のプロンプトをクリックして編集できます。設定項目は共通です。

## 設定項目

<figure><img src="https://1651914056-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtOQlwhpKM7bIgwFXZt5n%2Fuploads%2FfhtrWNpABHHF7uLC0mdu%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202026-02-28%2015.21.59.png?alt=media&amp;token=68fe88de-b074-4255-9f19-743f79de4868" alt=""><figcaption></figcaption></figure>

| 項目        | 説明                     |
| --------- | ---------------------- |
| 表示名       | プロンプトの内部管理名称（必須）       |
| 送信者部署名    | アウトバウンド文言内で記載する部署名     |
| 役職        | アウトバウンド文言内で記載する役職      |
| 姓・名       | アウトバウンド文言内で記載する送信者の氏名  |
| 姓・名（フリガナ） | 送信者氏名のフリガナ             |
| 電話番号      | アウトバウンド文言内で記載する電話番号    |
| メールアドレス   | アウトバウンド文言内で記載するメールアドレス |
| ファイル      | 文中にURLを含めるBoxファイル      |
| ルーム       | 文中にURLを含めるBoxルーム       |
| 日程調整URL   | 文中に含める日程調整URL          |
| プロンプト     | 文面を生成するAIへの指示（必須）      |

ファイルやルームを設定すると、生成される文言内に送付先企業を特定できるトークン付きのURLが挿入されます。このURLが開かれると、メールアドレスの入力なしで開封通知・離脱通知を受け取れます。詳しくは[アウトバウンド文言内のファイル閲覧状況を確認する](/immedio-box/guides/outbound-prompt/detect-file-engagement.md)を参照してください。

プロンプトの設定が完了したら、[アウトバウンド文言を生成する](/immedio-box/guides/outbound-prompt/create-outbound-message.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://docs.immedio.io/immedio-box/outbound-prompts/edit.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.
