> 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/messages/next-dm.md).

# ボタンを押した人に次のDMを送る

ボタンを押した相手に続きのDMを送る設定の手順を紹介します。

1通にすべてを詰め込まず、ボタンを押した相手にだけ続きを送りたいときに使います。次のDMにもボタンを付ければ、押すたびに2通目・3通目と段階的に届く、ステップ形式のやり取りも作れます。

## はじめる前に

* 次のDMを結び付けるボタンを追加していること

ボタンをまだ作っていない場合は、[ボタンを設定する](/how-to/messages/buttons.md)を確認してください。

## 手順

{% stepper %}
{% step %}
［ボタンの設定］で［次のDMを送る］を選び、［閉じる］を押す
{% endstep %}

{% step %}
メッセージの編集画面も［閉じる］を押して閉じる
{% endstep %}

{% step %}
ボタンとつながって追加された次のDMを選ぶ
{% endstep %}

{% step %}
次のDMのメッセージの種類（テキスト・カルーセル・メディア）を選び、内容を作成する
{% endstep %}

{% step %}
続きを送るときは、次のDMにもボタンを追加し、その先にさらに次のDMをつなげる（2通目・3通目と段階的に増やせます）
{% endstep %}
{% endstepper %}

## 完了後の状態

ボタンを押した相手に、設定した次のDMが届きます。\
次のDMにもボタンを付けてつなげれば、押すたびに続きが届く、段階的なやり取りになります。\
編集画面では、ボタンから次のDMへのつながりを1つの図で確認できます。

{% hint style="warning" %}
ボタンを削除すると、結び付いていた次のDMもいっしょに削除されます。
{% endhint %}

## 関連ガイド

* [ボタンを設定する](/how-to/messages/buttons.md)
* [メッセージを作成する](/how-to/messages.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/messages/next-dm.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.
