# Add funds (credit balance)

## Add funds (credit balance)

Adding funds creates a **credit balance** on your account.

Use it to avoid many small transactions. You can also auto-pay new invoices from this balance.

### Where to add funds

Client Area → **Add Funds**

Direct link (may require login): <https://prevps.com/clients/clientarea.php?action=addfunds>

### Minimum deposit

Minimum deposit: **$5.00 USD**.

### Payment methods

The exact options depend on your account and currency. Typical options include:

* **Credit/Debit Cards** (Stripe)
* **Heleket** (Cryptocurrencies)
* **Cryptomus** (Cryptocurrencies)

### Auto Credit Balance

Auto Credit Balance automatically applies your credit balance to **unpaid invoices**.

#### Enable / disable

You can usually toggle it in the Client Area:

* In the **Client Balance** sidebar widget, or
* On the **Add Funds** page

{% hint style="info" %}
If your credit balance is lower than the invoice total, the invoice can remain unpaid. Keep a buffer.
{% endhint %}

{% hint style="warning" %}
When sharing screenshots or HTML with support, redact sensitive values (tokens, session IDs).
{% endhint %}

### What happens after you add funds

* Your account credit increases.
* New invoices can be paid automatically (if Auto Credit Balance is enabled).
* You can still pay invoices manually using gateways.


---

# Agent Instructions: 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:

```
GET https://docs.prevps.com/billing-+-client-area/add-funds-credit-balance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
