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

# 連携済みのAIを確認・解除する

連携中のAIの一覧と最後に使った日を確認し、不要になった連携を解除する手順です。

連携したAIは設定の［AI連携］にまとまり、そこからいつでも解除できます。

## 連携済みのAIを確認する

設定の［AI連携］を開くと、「連携済みのAI」に連携中のAIが並びます。それぞれの行に、AIの名前と最後にPlusraを使った日が表示されます。

* 一度も使われていないAIは、最終アクセスが「-」になります
* しばらく利用していないAIには「連携切れ」と表示されます。AIアプリ側からつなぎ直すと、元どおり利用できます

## 解除する

{% stepper %}
{% step %}
設定の［AI連携］を開く
{% endstep %}

{% step %}
「連携済みのAI」で、解除したいAIの［解除］を押す
{% endstep %}

{% step %}
表示される内容を確認し、［解除する］を押す
{% endstep %}
{% endstepper %}

## 完了後の状態

解除したAIからは、自動返信を扱えなくなります。すでに作った自動返信や下書きはそのまま残ります。

もう一度使う場合は、AIアプリ側からPlusraを追加し直してください。解除を取り消す操作はありません。

## 関連ガイド

* [AIと連携する](/how-to/ai/connect.md)
* [AIからできること・できないこと](/reference/ai-capabilities.md)
* [AIと連携できない・連携が切れた](/troubleshooting/ai-connection-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/ai/disconnect.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.
