> 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/reference/ai-capabilities.md).

# AIからできること・できないこと

AI連携で許可される権限と、下書きを扱ううえでの制限をまとめています。

AIと連携すると、自動返信の確認と下書きの作成をAIに任せられます。公開や削除はAIからは行えません。

## AIに任せられること

| できること   | 内容                                                      |
| ------- | ------------------------------------------------------- |
| 相談・提案   | どんな自動返信にするかを相談し、内容を提案してもらいます                            |
| 一覧の確認   | 自動返信の名前・状態・トリガーの種類・稼働回数を一覧で確認します                        |
| 中身の確認   | 自動返信1本の中身（トリガー・メッセージ・ボタン・ボタンを押した先）を確認します                |
| 下書きの作成  | 新しい自動返信を下書きとして作ります                                      |
| 下書きの編集  | 既存の自動返信の下書きを書き換えます                                      |
| 複製      | 既存の自動返信を複製します                                           |
| 配信数の確認  | 今月の配信数・累計の配信数・稼働中の本数を確認します                              |
| 投稿の確認   | Instagramの投稿一覧を確認します。投稿へのコメントに反応する自動返信で、対象の投稿を選ぶときに使います |
| 連携状況の確認 | 連携中のInstagramアカウントと、連携が切れていないかを確認します                    |

## Plusraの画面で行うこと

| できないこと      | 理由                        |
| ----------- | ------------------------- |
| 公開・停止・削除    | 配信を始めるか止めるかは、画面で決めます      |
| テスト送信       | 実際のDMが送られるため、画面から行います     |
| 画像・動画・音声の追加 | ファイルはAIから渡せないため、画面から追加します |

これらの操作はAIからは行えません。AIに頼んでも、自動返信が勝手に公開されたり削除されたりすることはありません。

## 連携時に許可される内容

連携するとき、許可画面の「許可する権限」に次の内容が表示されます。表示される項目は、接続元のAIが求めた範囲によって変わります。

* 自動返信の一覧と内容の確認
* 配信数と、Instagramの投稿一覧の確認
* 自動返信の下書きの作成・編集・複製

## 制限・注意事項

* AIが作れるのは下書きだけです。稼働中の自動返信をAIが編集しても、配信中の内容は変わりません。Plusraの画面で公開し直すと切り替わります
* カルーセルの画像やメディアのファイルは、空のまま下書きになります。AIが編集画面へのリンクを返すので、そこから追加してください
* メッセージやボタンの数などの上限は、画面から作る場合と同じです。[メッセージ・ボタン・画像の上限](/reference/limits.md)を確認してください

## 関連ガイド

* [AIと連携する](/how-to/ai/connect.md)
* [自動返信を公開する](/how-to/manage/publish.md)
* [テスト送信する](/how-to/manage/test-send.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/reference/ai-capabilities.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.
