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

# Manage Billing

{% hint style="info" %}
**Permissions:** You must be the organization *Owner* to manage billing.
{% endhint %}

## How does it work?

Firstly, we bill your organization, not your personal Nemo Pi account.

* Your organization will be billed at the time you upgrade to a paid plan and on each day that the plan renews, either monthly or yearly.
* You can upgrade your organization at any time (such as when you wish to add more members, or buoys than the current plan allows).
* You can downgrade your organization at any time. These changes will be reflected in your **next** bill on a prorated basis, whether you pay monthly or yearly.

## Charges

Save Nemo e.V. has partnered with Stripe Inc. to simplify billing and payment processing. All billing is handled through Stripe. Nemo Pi doesn't store any sensitive payment information, and you can manage all your billing information through the billing dashboard (managed by Stripe).

There are two occasions on which we'll charge your payment method on file:

1. On the day that you first upgrade to a paid plan.
2. On the monthly or yearly renewal date of your billing period (extra charges apply if you upgrade to a higher tier plan).

### Invoices

Your invoice history is available in Stripe, which you can access via the organization's settings page, by clicking on the **Billing** tab and opening the **Billing Portal**. A summary of your organization's current plan is shown on the page, and invoices can be downloaded from here.

<figure><img src="/files/2kBMkhVmxfHNiOIvokYi" 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.nemopi.com/fundamentals/billing-and-pricing/manage-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.
