# How to Manage Balance Details & Payment Methods

### Balance details

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

Balance details page represents details related to:

* account events
* activities that impact the account balance
* the account counters (envelope quantity, mailbox quantity, etc.)

{% hint style="info" %}
Each counter depends on plan configuration.
{% endhint %}

### Payment Methods

{% hint style="danger" %}
**We are not storing your payment details**.\
The payment details are stored by **Stripe** payment provider.
{% endhint %}

The Payment methods page shows payment details for the **Stripe** payment provider assigned to the account. The page is empty by default.

**To add payment details:**

1. Click the <img src="/files/Olsz7EJZtp0wlfvoYP5v" alt="" data-size="line"> button.
2. Fill in the payment details.
3. Click the <img src="/files/NQ5al2VdhBkkBLUBsEUj" alt="" data-size="line"> button.
   * click the <img src="/files/A5QOMdmPKnx7NwcaZTpc" alt="" data-size="line"> button to close the page

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

{% hint style="warning" %}
The page is available only if the **Stripe** payment provider is enabled on the instance. Otherwise, the page is not accessible.
{% endhint %}

By default, you can add only a **payment method**. If you need to **add**/**update** the billing address within the payment details, enable the **Change billing address** checkbox.

After you add payment details and/or a billing address, you will see the saved payment details with an option to update them.

{% hint style="info" %}
Only one payment method can be active for one account at a time. If you update the payment method, the updated one becomes active, and the previous one is no longer available.
{% endhint %}


---

# 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://support.docstudio.com/admin-panel/billing/how-to-manage-balance-details-and-payment-methods.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.
