> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/plans/cancelling-a-plan.md).

# サブスクリプションの解約

{% hint style="warning" %}
キャンセルする前に、当社の [サポートチーム](#cancel-plan-button-missing) にご連絡ください。— 問題を解決できる場合があります。
{% endhint %}

アクティブなサブスクリプションに **プランをキャンセル** ボタンが表示されている場合は、次の手順に従ってください：

1. 次へ移動します: **組織設定** — サイドバー下部の設定アイコンをクリックし、次に **\[organization name] の設定**.
2. クリックして **請求**.
3. 「サブスクリプションをキャンセル」をクリック

### **プランをキャンセルボタンが表示されない**

手順を進めても **組織設定** → **請求** が表示されず、 **サブスクリプションをキャンセル」ボタン**, [GitBook サポートにご連絡ください](#cancel-plan-button-missing)。セルフサービスの手順を繰り返さないでください。

サポートがサブスクリプションを確認し、必要に応じてキャンセルするか、あなたに代わってキャンセルを予約できます。

ご依頼には、以下の内容を含めてください：

* 組織名。
* GitBook アカウントのメールアドレス。
* 現在のプラン。
* 次回の更新日または請求予定日。
* 最新の請求書または領収書番号（ある場合）。
* 以下が **サブスクリプションをキャンセル** が GitBook Billing または Stripe ポータルに表示されなかったことの確認。
* 現在の請求期間の終了時にキャンセルしたいかどうか。

{% hint style="info" %}
プランは請求期間の終了まで有効です。その後は更新されません。
{% endhint %}

### **トライアルの終了、支払い失敗、またはサブスクリプションの期限切れのとき**

終了したトライアル、支払い失敗、または期限切れのサブスクリプションは、任意のキャンセルとは異なります。請求期間の終了時ではなく、直ちに共同作業が制限される場合があります。

共同作業が制限されると、メンバーは組織とそのコンテンツにアクセスできなくなります。メイン管理者は組織を管理するためのアクセス権を保持します。

アクセスを復元するには、メイン管理者は次のことができます：

1. 組織の請求設定を開き、利用可能なプランを更新するか、新しいサブスクリプションを開始します。サブスクリプションを復元すると、すべてのメンバーのアクセスが復元されます。
2. 支払いに失敗した場合は、請求フローで支払い情報を更新してから、更新を完了してください。
3. 新しいプランのメンバー席数が少ない場合は、プランを選択する前に、アクセスが不要になったメンバーを削除してください。メンバーを削除しても、そのメンバーが以前に作成したコンテンツは削除されません。

### **キャンセルしたプランを更新する**

プランをキャンセルしていて、請求期間がまだ終了していない場合は、更新できます。 **プランを更新**をクリックし、次のページでもう一度クリックして確認してください。サブスクリプションは自動的に更新されます。

請求期間がすでに終了している場合は、新しいプランを購入できます。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/plans/cancelling-a-plan.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.
