# Billing

## **Supported Payment Methods**

We support a variety of payment options for global accessibility:

* **Credit/Debit Card**
* **Alipay**
* **Amazon Pay**
* **Cash App Pay**

## **How to Recharge**

1. **Navigate to the Billing section from the left-hand menu**

<figure><img src="/files/IH7xI8RAwZGrz3jwgfo2" alt=""><figcaption><p>billing</p></figcaption></figure>

2. **Enter the amount you wish to top up**

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

3. **Select your preferred payment method and provide the required details**

<figure><img src="/files/AyDQSgDqNkmI5lENV9M2" alt=""><figcaption><p>payment</p></figcaption></figure>

4. **Confirm the payment to instantly add credit to your account**

## **Auto-Pay**

**How It Works**:

* When enabled, the system will automatically charge your saved payment method once the balance dips below the defined **threshold**.
* You can set the threshold amount (e.g., $25) and the auto-pay amount (e.g., $10). So whenever your balance is below $25, a new $10 is charged.

**It's disabled by default.** To enable it, turn on the feature switch and adjust threshold amount and auto-pay amount. Hit "save" to save your preferences.

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

## Low-Balance Alert

* **How It Works**:
  * When the balance reaches below the specified threshold (e.g., $10), you will receive an email alert notifying you of the low funds in your account.
  * This alert system helps you prevent any disruption in service.

**It's disabled by default.** To enable it, turn on the feature switch and adjust the threshold. Hit "save" to save your preferences.

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

## Billing History

To track your transactions, see our **Billing History** board.

Hit "Export" and a pdf file of your billing history will be downloaded.

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

Use the dropdown menu to filter your billing history based on different time periods. You can view the data of several options:

1. **Day** – View billing data on a daily basis.
2. **Week** – View billing data on a weekly basis.
3. **Month** – View billing data on a monthly basis.

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


---

# 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.yottalabs.ai/products/billing.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.
