> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/edit-account-details/change-payment-method.md).

# 更改支付方式

如果您想更改 Incogniton 订阅的首选付款方式，可以使用信用卡、PayPal 或加密货币。以下是支持的方法和步骤。

{% stepper %}
{% step %}

### 方法 1：使用未结发票更改付款方式

如果您有未结发票但想使用加密货币或其他付款方式支付，请按照以下步骤操作：

* 访问网站上的[我的账户](https://incogniton.com/my-account/)并登录您的账户。
* 转到 **订单** 并点击发票旁的 **支付**。
* 在结账时选择首选的付款方式。
  {% endstep %}

{% step %}

### 方法 2：在收到发票前更改付款方式

* 登录网站上的[我的账户](https://incogniton.com/my-account/)区域。
* 导航到 **付款方式** 标签并点击 **添加付款方式**。
* 选择所需的付款方式。

**加密货币**

选择 **加密货币** 选项后，点击 **立即续订** 按钮，将被重定向到结账页面，然后到 Coinbase 结账页面。选择所需的加密货币并完成付款。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果您当前订阅还有**剩余天数**，请与我们的支持团队联系。我们会将剩余天数添加到您的新订阅中。
{% endhint %}

{% hint style="info" %}
如果在阅读本文后还有其他问题，请联系[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# 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.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/edit-account-details/change-payment-method.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.
