# How do I update my credit card information?

To add or update your credit card information, follow the following steps:

1. Click on the Workspaces tab in your Dashboard
2. Choose the workspace whose payment details you'd like to update
3. Click on **Add Card** or **Update Card** under the "Billing" header
4. Fill out your credit card information and click Save

Success! You've now updated your credit card information for future payment.

{% hint style="danger" %}
To delete your credit card information, follow the same steps as above, and choose **Delete Card**.
{% 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://docs.kumu.io/frequently-asked-questions/how-do-i-update-credit-card.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.
