> For the complete documentation index, see [llms.txt](https://docs.super-forms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.super-forms.com/account/dashboard/billing-details.md).

# Billing details

### Updating your billing details

To change your current billing details login to your WordPress site. Navigate to **Super Forms > Licenses** and login with your [Super Forms account](/quick-start/registration.md#registering-a-new-account). After you are logged in click on **\[Billing]**. Here you will be able to update your existing billing details.

<div align="left"><figure><img src="/files/SiNwcuD3jyxDZwFkEw3p" alt="Updating your billing details."><figcaption><p>Updating your billing details.</p></figcaption></figure></div>

### Updating your card details

To update an existing card or add a new one, you can login to your WordPress site. Navigate to **Super Forms > Licenses** from the WordPress main menu. Then login with your [Super Forms account](/quick-start/registration.md#registering-a-new-account). After you are logged in click on **\[Billing]**. Under "Payment methods" you can click the blue button "Add or edit payment method".

<div align="left"><figure><img src="/files/FkLdtpyuuJmTUHHlw42i" alt="Adding a new or updating an existing payment method (card)."><figcaption><p>Adding a new or updating an existing payment method (card).</p></figcaption></figure></div>


---

# 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.super-forms.com/account/dashboard/billing-details.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.
