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

# Plans & Billing

From the Billing section in the [**Account Settings**](https://app.neuraltext.com/settings/) you can:

<details>

<summary>Upgrade/downgrade plan</summary>

1. Go to **Billing** section
2. Under **Current Plan**, click **Update plan** button
3. Click on **Continue** button of the desired plan
4. You're done!

</details>

<details>

<summary>Cancel subscription</summary>

1. Go to **Billing** section
2. Under the **Current Plan** section, click on "Cancel Plan"

</details>

<details>

<summary>Update billing details or change payment method</summary>

1. Go to **Billing** section
2. Change **Payment Method** or **Billing and Shipping Information**

You can always come back and add or delete more payment methods, by following the same steps.

</details>

<details>

<summary>Download past invoices</summary>

1. Go to **Billing** section
2. Click on the invoice you want to download from **Invoice History** section

</details>


---

# 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.neuraltext.com/account/account-management/plans-and-billing.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.
