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

# Billing & invoices

Manage your plan, credits, and payment details from one place: [**Billing settings →**](https://app.pletor.ai/?settings=credits)

#### Common questions

<details>

<summary><strong>Where do I find my invoices?</strong></summary>

Open [Billing settings](https://app.pletor.ai/?settings=credits). Past invoices and receipts are listed there, downloadable as PDF.

</details>

<details>

<summary><strong>How do credits work?</strong></summary>

Credits work as a prepaid balance: every run consumes credits, based on the models it uses.&#x20;

Your current balance and usage are shown in [Billing settings](https://app.pletor.ai/?settings=credits).&#x20;

</details>

<details>

<summary><strong>Do credits expire?</strong></summary>

It depends on your plan and credit types.

* **Monthly credits expire**: unused monthly credits expire after a set time (depending on the [plan](https://www.pletor.ai/pricing)). "Use it or lose it."
* **Top-up credits never expire**: these stay until used.

</details>

<details>

<summary><strong>How do I buy more credits or change plan?</strong></summary>

Once you have a paid plan, you can [top up anytime](https://app.pletor.ai/?settings=credits).&#x20;

Switch plan [here](https://app.pletor.ai/?settings=plans).

</details>

<details>

<summary><strong>How do I update my payment method?</strong></summary>

Go to [Billing settings](https://app.pletor.ai/?settings=credits), and click "Manage plan". You will then be able to change your payment details.

</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:

```
GET https://docs.pletor.ai/legal/billing-and-invoices.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.
