> 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.md).

# メッセージを作成する

返信メッセージ（テキスト・カルーセル・メディア）を作成する方法を紹介します。

自動返信で送るメッセージを作ります。トリガーの設定を終えると「メッセージの種類を選択」という画面に進み、メッセージの種類を選んで内容を作成します。1通のDMには、メッセージを5件まで追加できます。

## メッセージの種類

送りたい形式のガイドを開いてください。

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>テキスト</strong></td><td>文章を送ります。ボタンも追加できます。</td><td><a href="/how-to/messages/text-message.md">テキストメッセージを作成する</a></td></tr><tr><td><strong>カルーセル</strong></td><td>画像・タイトル・ボタンのカードを、横スクロールで見せます。</td><td><a href="/how-to/messages/carousel-message.md">カルーセルメッセージを作成する</a></td></tr><tr><td><strong>メディア</strong></td><td>画像・動画・音声を送ります。</td><td><a href="/how-to/messages/media-message.md">メディアメッセージを作成する</a></td></tr></tbody></table>

## ボタンで広げる

メッセージにはボタンを追加できます。ボタンを押した相手にURLを表示したり、続きのDMを送ったりできます。

* [ボタンを設定する](/how-to/messages/buttons.md) — メッセージにボタンを追加し、URLの表示や次のDMの送信を設定します。
* [ボタンを押した人に次のDMを送る](/how-to/messages/next-dm.md) — ボタンに続きのDMを結び付け、押すたびに続きが届く段階的なやり取り（ステップ配信）を作ります。

{% hint style="info" %}
投稿コメント・ライブコメントのトリガーでは、1通目のDMに入れられるメッセージが1件までです。ボタンで次のDMをつなげれば、その先は5件まで入れられます。詳しくは[メッセージ・ボタン・画像の上限](/reference/limits.md)を確認してください。
{% endhint %}

## 関連ガイド

* [メッセージ・ボタン・画像の上限](/reference/limits.md)
* [トリガー別に自動返信する](/how-to/triggers.md)
* [自動返信を公開する](/how-to/manage/publish.md)
* [画像・動画・音声をアップロードできない](/troubleshooting/media-upload-errors.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.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.
