> 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/guides/outbound-prompt/upload-target-list.md).

# ターゲットリストをアップロードする

ターゲットリストをアップロードする

immedio Boxでは、テナント内の企業一覧に掲載された企業に対してアウトバウンド文言を生成することが可能です。

企業一覧の企業は、新規にリードが作成された際にそのEメールドメインが未知のドメインだった際にドメイン情報から自動で生成されます。一方で、接点のない企業へのアウトバウンド文言のために、この企業一覧にターゲット企業のリストをアップロードすることが可能です。その際は、「リード管理」から「企業情報」に遷移し、「企業データをインポート」をクリックして下さい。

<figure><img src="https://1651914056-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtOQlwhpKM7bIgwFXZt5n%2Fuploads%2F7NPIH4KT6TH9oNgoquGY%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.39.54.png?alt=media&amp;token=482466cc-efb2-4a21-9791-aa0d102a6292" alt=""><figcaption></figcaption></figure>

初めてのアップロードの際は、「CSVサンプルをダウンロード」をクリックして下さい。CSVに記載できるのは、会社名（必須）、法人番号、住所、電話番号、WebサイトURLです。

CSVがアップロードされると、その情報に基づいてAIがターゲット企業のリサーチを行います。処理が完了すると、以下のように企業情報が生成されます。

<figure><img src="https://1651914056-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtOQlwhpKM7bIgwFXZt5n%2Fuploads%2FIyjkAPQHLVn7bs5wQmu0%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-03-07%2013.25.39.png?alt=media&amp;token=d7fffb5c-d517-4df0-95ea-ab0f276022fb" alt=""><figcaption></figcaption></figure>

企業情報を編集する際は、社名右側の「編集」ボタンを押して下さい。各項目のデータは入力元によって以下のラベルが付いています。

| ラベル | 内容              |
| --- | --------------- |
| AI  | AIが取得した情報       |
| CSV | CSVでアップロードされた情報 |
| 手   | 手入力された情報        |

企業情報が不要な場合は、「編集」の右の3点リーダーから「削除」を押して下さい。

ここまで完了したら、次に実際の文言生成に進みましょう。


---

# 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/guides/outbound-prompt/upload-target-list.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.
