# Billing

The Billing Page offers clarity on payment methods, and billing details, and provides functionalities for updates and modifications to ensure smooth financial transactions.

### Overview

**Payment Method**\
Users can view the current payment method linked to their account, be it a credit card, debit card, bank transfer, or any other supported method.

**Billing Details**\
This section displays the details such as the Name and Address of the cardholder.

To reach the Billing Page, find Billing in the main menu under the 'Account' section. Clicking on 'Billing' will take you directly to the Billing Page.

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

### Updating Payment Method and Billing Details&#x20;

Adjacent to billing details and payment methods, users will find options to edit or update. This ensures that users can swiftly modify their financial details as required.

Users can also update their billing address to ensure accurate invoicing.

For any billing discrepancies or concerns, it's advisable to [contact support](/support.md) promptly to address and resolve the issue.&#x20;


---

# 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.bodt.io/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.
