> For the complete documentation index, see [llms.txt](https://docs.innopaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innopaas.com/documentation/documentation-en/readme/innopaas-account-registration-and-login/top-up.md).

# Top-up

Currently, the InnoPaaS platform supports wallet top-up and product top-up.

**Wallet Recharge**: Supports recharging wallet balance to other products.

**Product Recharge**: Only available for use with the current product. If you recharge $100 to WhatsApp, it can only be used within the WhatsApp product.

## Wallet Recharge

Click "TOP UP" on the Home page.

<figure><img src="/files/62HZB6fYNYlhEQz6K2a2" alt=""><figcaption></figcaption></figure>

Currently, we support two methods: credit card recharge and offline recharge. We highly recommend that you use credit card recharge.

<figure><img src="/files/MLAE3Bv1xEizOUxDHAcb" alt=""><figcaption></figcaption></figure>

Click "Submit" to enter the recharge page, fill in your email and payment information, and click "Pay".

<figure><img src="/files/E7pgGpNL1eWsL1nms8wC" alt=""><figcaption></figcaption></figure>

After payment, return to the InnoPaaS platform to check the balance and orders.

<figure><img src="/files/T2X9pJShBOit3obfS4DD" alt=""><figcaption></figcaption></figure>

Click "Billing" - "Order Details" to view the order status and details.

<figure><img src="/files/9rwZ1kygDu5Y3BOosuwF" alt=""><figcaption></figcaption></figure>

Offline recharge supports RMB and USD recharge. If you have any questions during the recharge process, please [contact our team](/documentation/documentation-en/help-and-support/innopaas-team.md).

<figure><img src="/files/DWYBaNxtvnM9NspIHeyN" alt=""><figcaption></figcaption></figure>

## Product Recharge

Select the product you want to recharge, click the "Top up" button, and enter the recharge page.

<figure><img src="/files/SP63UbqSsfwHunty7TRr" alt=""><figcaption></figcaption></figure>

Currently, three recharge methods are supported: credit card recharge, offline recharge, and balance recharge. We highly recommend that you use credit card recharge or balance recharge.

<figure><img src="/files/7C4kpJsT7ZaKgp81UPpP" alt=""><figcaption></figcaption></figure>


---

# 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.innopaas.com/documentation/documentation-en/readme/innopaas-account-registration-and-login/top-up.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.
