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

# カルーセルメッセージを作成する

画像・テキスト・ボタンのカードを横スクロールで見せるメッセージを作成する手順を紹介します。

複数の画像を、横スクロールのカードで順番に見せたいときに使うのが、カルーセルメッセージです。カードは最大10枚まで並べられます。

## はじめる前に

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

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

## 手順

カードを1枚ずつ作ります。

{% stepper %}
{% step %}
［＋ 画像を追加］で画像をアップロードする
{% endstep %}

{% step %}
［タイトル］を入力する（必須）
{% endstep %}

{% step %}
（任意）［説明文］を入力する
{% endstep %}

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

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

{% step %}
編集画面の上部に並ぶカード一覧で、右端の［＋］を押して次のカードを作り、ステップ1〜4を繰り返す（カードは最大10枚）

* 上部のカードを押すと、編集するカードを切り替えられます
  {% endstep %}

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

## カードの順番を変える

カードが2枚以上あるときは、編集画面の［並べ替え］に切り替えると、カードを上下に動かして順番を入れ替えられます。並べた順が、フォロワーに表示される横スクロールの順番になります。

## 完了後の状態

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

{% hint style="warning" %}
カードごとにボタンの数が異なると、表示が崩れる場合があります。各カードのボタンの数はそろえてください。
{% endhint %}

## 関連ガイド

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