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

# Payments

Members can track payments, change payment methods, and more directly from the platform.&#x20;

To add, edit, or delete your payment method on file:&#x20;

1. Go to the [Settings](https://platform.hatchapps.com/settings) page.&#x20;
2. Click on "Payment Methods" on the top navigation.&#x20;
3. In the form, enter your credit card information.&#x20;
4. Click on Save and wait for the loading animation to show your card details.&#x20;

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

To upgrade from a free to paid member:&#x20;

1. Click on any feature in the platform.&#x20;
2. In the modal, click on Upgrade Now.&#x20;
3. In the form, enter your credit card details. Note that this will become your default payment method on file.&#x20;
4. Click on Pay Now for your membership to be activated.&#x20;

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

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

To track payments for both the annual subscription and marketplace services:&#x20;

1. Go to the [Settings](https://platform.hatchapps.com/settings) page.&#x20;
2. Click on "Payments" on the top navigation.&#x20;
3. View all transactions in the data table.

&#x20;

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


---

# 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.hatchapps.com/platform/account/payments.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.
