# Set Up Auto Top-Up for Credits

Auto Top-Up is a perfect way to ensure your account does not run out of balance and your customers receive their mobile data packages.

### How does it work?

You define a threshold balance and top-up amount for your Gigastore account. Once your balance falls below your threshold, your account will be topped up automatically using your stored payment method.

### Add Payment Method

To enable Auto Top-Up, first add your payment method. Gigastore supports different credit cards like Visa, Mastercard, and many more. Click on the [Wallet](https://dent.giga.store/#/credits) icon at the top right corner and click on the "Add Credit Card" button.

<figure><img src="https://744070168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_06ID1EGDSaSa9MhQE%2Fuploads%2FWaF2q3NiQ1KJ99KlaOIE%2FScreenshot%202024-03-25%20at%2009.01.47.png?alt=media&#x26;token=b9461125-bdf2-4e47-a655-16f590e4e10b" alt="" width="168"><figcaption></figcaption></figure>

Next, fill out all the needed fields for your credit card.

{% hint style="info" %}
DENT is taking your personal data very seriously. We are **not storing** your credit card number. Instead, we are receiving an individual token from the credit card issuer that allows us to make payments later using this token. If you want to learn more you can read [here](https://stripe.com/en-de/resources/more/payment-tokenization-101) about payment tokenisation.
{% endhint %}

Once you add your payment method, it will be shown in the "Payment Method" section.

### Configure Auto Top-Ups

Once you added your payment method, you can click on the "Enable Auto Top-Ups" button.

<figure><img src="https://744070168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_06ID1EGDSaSa9MhQE%2Fuploads%2FQgPKnzcT3JkcJ9IEO21T%2FScreenshot%202024-03-25%20at%2009.27.20.png?alt=media&#x26;token=12092ef6-0481-4994-9f6b-517f71348f0e" alt="" width="170"><figcaption></figcaption></figure>

Continue by specifying the following fields:&#x20;

* **Balance Threshold** - The auto top-up will be triggered once your balance falls below this value.
* **Automatic Top-Up amount** - The amount is added to your account every time the auto top-up is triggered.

Complete the setup by clicking the **Activate Auto Top-up** button to save your settings.

### Update Threshold and Top-Up Amount

As your business is growing it might be needed to update the Auto Top-Up settings at Gigastore.

To update the settings, visit your [Store Inventory](https://dent.giga.store/#/your-store/inventory) and click the "Manage Auto Top-Up" button. Here you can change the threshold and top-up amount for your Gigastore account.

### Update payment method

In case you need to update your payment method, follow these steps:

1. **Write down** your Auto Top-Up threshold and top-up amount
2. **Delete** your current payment method. This will deactivate the auto top-up feature.
3. **Add** your new payment method. See [#add-payment-method](#add-payment-method "mention")
4. **Re-enable Auto Top-up** with your written down values as described on [#configure-auto-top-ups](#configure-auto-top-ups "mention")


---

# 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.giga.store/start-with-gigastore/set-up-auto-top-up-for-credits.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.
