> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/client-portal/billing/adding-credits.md).

# Adding credits

## What are account credits? <a href="#what-are-credits" id="what-are-credits"></a>

Account credits are prepaid funds that reside on your account that can be used to pay invoices. One of their biggest advantages is that they will get automatically applied to generated invoices.&#x20;

At Synteq, account credits never expire and will remain on your account until used.&#x20;

{% hint style="warning" %}
Account credits are non-refundable
{% endhint %}

## How can I add account credits?

### 1. Go into the Add Funds function

On [https://get.crunchbits.com](https://get.crunchbits.com/) on the left navigation bar go to `Billing` \[1], and then `Add Funds` \[2]&#x20;

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

### 2. Select your preferred payment method, and the amount that you'd like to add

Next up, you'll have to select your preferred payment method. \[1]\
Crunchbits currently offers the following payment methods:

* PayPal
* Stripe \[Visa, MasterCard, Discover, Amex]
* Cryptocurrency \[BTC natively, other coins via [trocador.app](https://trocador.app/)]

Then all you have to do is enter the amount of credits that you would like to add. The current minimum deposit is $5. \[2]

<figure><img src="/files/2T5FKOXSV10qXlN16ozT" alt=""><figcaption></figcaption></figure>

### 3. Pay the invoice that it generates

Start by clicking the `Add Funds` button.

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

Then depending on the payment method that you choose in step 2, follow the instructions on screen to complete the payment.

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

And within just these few steps, you now have successfully added account credits to your account!&#x20;


---

# 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.synteq.com/client-portal/billing/adding-credits.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.
