> For the complete documentation index, see [llms.txt](https://help.plusra.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.plusra.jp/how-to/manage/test-send.md).

# テスト送信する

作成中の自動返信を、公開前に実際のDMで送って確認する手順を紹介します。

公開する前に、実際の届き方を自分で確かめたいときに使うのが、テスト送信です。いま編集している下書きの内容を、公開の前後どちらでも送れます。

## はじめる前に

* 自動返信が公開できる状態になっていること（メッセージを1件以上追加し、必須項目が埋まっていること）
* 送信先のアカウントから、24時間以内にこのアカウント宛へDMが届いていること

Instagramの仕様で、相手から24時間以内にDMを受け取っていないアカウントには送信できません。テストの前に、送信先のアカウントからこのアカウント宛にDMを1通送ってもらってください。

入力に不備があると、［テスト送信］を押しても不備を知らせるメッセージが出るだけで先に進めません（[自動返信を公開できない](/troubleshooting/publishing-errors.md)）。メッセージをまだ作っていない場合は、[メッセージを作成する](/how-to/messages.md)を確認してください。

## 手順

{% stepper %}
{% step %}
自動返信の編集画面で、右上の［テスト送信］を押す
{% endstep %}

{% step %}
送信先のアカウントを検索する
{% endstep %}

{% step %}
検索結果から送信先を選び、［追加する］を押す（送信先は最大3件まで追加できます）
{% endstep %}

{% step %}
送信先の一覧で、送信したいアカウントにチェックを入れる
{% endstep %}

{% step %}
［テスト送信する］を押す
{% endstep %}
{% endstepper %}

{% hint style="info" %}
一度追加した送信先は保存されます。次回テスト送信を開くと、保存した送信先の一覧が表示されます（検索画面は開きません）。別の送信先を足すときは［＋ アカウントを追加］から検索します。
{% endhint %}

## 完了後の状態

チェックした送信先のDMに、下書きの内容が届きます。Instagramのアプリで実際の見え方を確認してください。

{% hint style="warning" %}
送信先の一覧で「24時間以内にDM受信なし」と表示されるアカウントには送信できません。相手からDMを受け取ってから、もう一度試してください。
{% endhint %}

## 関連ガイド

* [メッセージを作成する](/how-to/messages.md)
* [自動返信を公開する](/how-to/manage/publish.md)
* [テスト送信ができない](/troubleshooting/test-send-issues.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://help.plusra.jp/how-to/manage/test-send.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.
