> For the complete documentation index, see [llms.txt](https://docs.metasleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metasleuth.io/zh_tw/shi-yong-shou-ce/plans-billings-and-payments/change-your-plan.md).

# 更改您的方案

## 升級計劃

您可以隨時造訪[定價頁面](https://metasleuth.io/plans)，選擇您想要的計劃，然後點擊“升級”來升級您的計劃。

在計費週期中途升級到更高的計劃時:

* 您將立即被收取新計劃的費用。
* 應付的金額將根據您目前計費週期剩餘的時間按比例計算。
* 新計劃立即生效，計費週期保持不變。

如果您轉換到更長的計費間隔:

* 您將立即被收取新計劃的費用。
* 應付的金額將根據您目前計劃的上一個計費週期的剩餘時間按比例減少。
* 新計劃立即生效，計費週期馬上改變。

## 降級計劃

目前，MetaSleuth 不提供在有效訂閱計劃生效期間降級的選項。如果您需要降級，我們恭請您先取消目前的訂閱，然後在當前計費週期結束後重新訂閱。

{% hint style="info" %}
請注意，在 MetaSleuth 中，將計費間隔由較長時間更改為較短時間被視為降級。
{% endhint %}

## 取消訂閱

您的 MetaSleuth 訂閱，無論是每月還是每年，將自動續訂直至您取消。

您可以隨時點擊 `用戶頭像圖標` -> `訂閱` -> `管理計費` 來取消訂閱。

在 Stripe 頁面上，點擊 ***`取消訂閱`*** 以取消訂閱。取消後，您仍可使用所有付費功能直至計費週期結束。


---

# 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://docs.metasleuth.io/zh_tw/shi-yong-shou-ce/plans-billings-and-payments/change-your-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.
