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

# メディアメッセージを作成する

画像・動画・音声を送るメッセージを作成する手順を紹介します。

画像や動画、音声をそのまま送りたいときに使うのが、メディアメッセージです。画像には、タップしたときに開くURLも設定できます。

## はじめる前に

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

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

## 手順

{% stepper %}
{% step %}
メディアの種類（［画像］／［動画］／［音声］）を選ぶ
{% endstep %}

{% step %}
［＋ メディアを追加］を押し、送りたいファイルをアップロードする

* 対応する形式とサイズは[メッセージ・ボタン・画像の上限](/reference/limits.md)を確認してください
  {% endstep %}

{% step %}
（任意）画像を選んだ場合は、タップしたときの動作を設定する

* ［相手が画像をタップすると］の［指定のURLを表示する］をオンにし、「https\://」で始まるURLを入力します
* 動画と音声では設定できません
  {% endstep %}

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

## 完了後の状態

［閉じる］を押すと、アップロードしたメディアはそのまま保存され、プレビューに表示されます。プレビュー上の［変更］でファイルを差し替え、［削除］で取り消せます。1通のDMにメッセージは5件まで追加できます。

{% hint style="warning" %}
メディアの種類を切り替えると、アップロード済みのファイルは削除されます。種類を決めてからアップロードしてください。
{% endhint %}

## 関連ガイド

* [テキストメッセージを作成する](/how-to/messages/text-message.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/media-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.
