> 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/leads/outbound-detail.md).

# アウトバウンド文言編集

生成されたアウトバウンド文言の内容を確認・編集する画面です。

[アウトバウンド](/immedio-box/leads/outbound.md)一覧の行をクリックすると表示される文言編集画面です。

## アウトバウンド文言編集でできること

| 機能               | 説明                        |
| ---------------- | ------------------------- |
| 文言の確認            | 生成された件名・本文を確認する           |
| 文言の編集            | 件名・ラベル・本文を編集する            |
| 文言の再生成           | 追加の指示を与えて、AIに文章を再生成させる    |
| メール送信・フォーム送信への導線 | メーラーの起動や、問い合わせフォームへの遷移を行う |

## 表示項目

| 項目         | 説明                                         |
| ---------- | ------------------------------------------ |
| プロンプト      | 生成に使用したプロンプト名（読み取り専用）                      |
| 件名         | 生成されたメール件名                                 |
| ラベル        | 管理用のラベル                                    |
| 文章         | 生成された本文（編集可能）。右上のプレビューからメール本文としての見た目を確認できる |
| 命令文を元に再度生成 | 追加の指示を入力し、AIに文章を再生成させる                     |

## ボタン

| ボタン     | 説明                                            |
| ------- | --------------------------------------------- |
| 再度生成    | 入力した命令文をもとに、AIが文章を再生成する                       |
| 保存      | 編集した件名・ラベル・文章を保存する                            |
| メーラー起動  | 企業の問い合わせメール宛にメールソフトを起動する（問い合わせメールが不明な場合は使用不可） |
| フォームに移動 | 企業の問い合わせフォームを新しいタブで開く（フォームURLが不明な場合は使用不可）     |

生成中はボタンが操作できません。


---

# 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/leads/outbound-detail.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.
