# Managing Payment Methods

In your subscription management page, you can **add**, **update**, or **remove** payment methods.

#### Adding a new payment method

1. For the paid subscription you want to manage, click the `Manage subscription` button (note: the `Manage subscription` option only appears for paid products, not free trials or free products).

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

2. When the **Payment Methods** section appears, click `+ Add payment method.`

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

3. A new form will appear with payment options (Card, PayPal, Google Pay).
4. Select your preferred method and enter the required information.&#x20;
5. Click `Add` to save your new payment method. Your new payment method will appear in the list.

#### Setting a default payment method

Your current active payment method appears at the top of the page. To change it, you can select another payment method from your list and set it as the default.

<figure><img src="/files/ZEFzlB52S3VnhfLq9tS1" 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://developers.oxylabs.io/dashboard/billing-information/managing-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.
