> 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/text-message.md).

# テキストメッセージを作成する

文章のメッセージを作成する手順を紹介します。

あいさつや案内など、文章で伝えたいときに使うのが、テキストメッセージです。ボタンを追加すれば、URLの表示や次のDMの送信もできます。

## はじめる前に

* 自動返信を作成し、メッセージを追加する画面まで進んでいること

トリガーの設定がまだの場合は、[トリガー別に自動返信する](/how-to/triggers.md)を確認してください。

## 手順

{% stepper %}
{% step %}
メッセージの種類を選ぶ画面で［テキスト］を選ぶ
{% endstep %}

{% step %}
メッセージの入力欄に、送りたい文章を入力する

* 1,000文字まで入力できます。ボタンを追加すると640文字までになります
  {% endstep %}

{% step %}
（任意）［＋ ボタンを追加］でボタンを設定する

* 1つのメッセージにボタンは3個まで追加できます。設定方法は[ボタンを設定する](/how-to/messages/buttons.md)を確認してください
  {% endstep %}

{% step %}
［閉じる］を押す
{% endstep %}
{% endstepper %}

## 完了後の状態

［閉じる］を押すと、入力した文章はそのまま保存され、プレビューに表示されます。1通のDMにメッセージは5件まで追加できます。

## 関連ガイド

* [ボタンを設定する](/how-to/messages/buttons.md)
* [メッセージを作成する](/how-to/messages.md)
* [メッセージ・ボタン・画像の上限](/reference/limits.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/text-message.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.
