> For the complete documentation index, see [llms.txt](https://docs.loopit.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopit.co/getting-started/welcome-to-loopit-2.0/understanding-your-loopit-invoice/understanding-loopits-pricing-structure.md).

# Understanding Loopit's Pricing Structure

Loopit generates monthly invoices that summarise your platform usage and associated costs. This page explains what’s included in your invoice, when invoices are issued, and how charges are settled.

## When Are Invoices Issued?

Loopit invoices are generated **monthly** at the **start of each calendar month**, covering all usage and charges from the **previous month**.

For example, your **July invoice** will be issued in **early August**, and will reflect all charges incurred during July.

Your accounts team will receive an email notification when your invoice is ready.

## What's included in my invoice?

Each Loopit invoice includes a breakdown of all fees and charges incurred during the billing period. Read more about Loopit's Pricing Structure here: [Pricing Line Items](/getting-started/welcome-to-loopit-2.0/understanding-your-loopit-invoice/pricing-line-items.md).

## Real-time credit via Stripe

If you process payments through **Stripe**, Loopit automatically allocates **2.5%** of each transaction toward your monthly invoice. This appears in Stripe as a **“Loopit Application Fee.”**

Read more about [Real-Time Allocation of Loopit Invoice Credits via Stripe](/getting-started/welcome-to-loopit-2.0/understanding-your-loopit-invoice/real-time-allocation-of-loopit-invoice-credits-via-stripe.md) here.


---

# 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.loopit.co/getting-started/welcome-to-loopit-2.0/understanding-your-loopit-invoice/understanding-loopits-pricing-structure.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.
