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

# Payments

The **Payments** section explains how billing works and how to track usage and costs.

## <mark style="color:$primary;">Billing Model</mark>

AgeGO currently operates on a **post-payment model**.

This means:

1. You **do not need to add funds** in advance.
2. There is **no prepaid balance** or wallet.
3. You are **billed monthly**, based on your actual usage.

Usage is calculated according to the **number of age verification checks** performed during the billing period.

## <mark style="color:$primary;">Tracking Usage and Costs</mark>

You can monitor your usage directly in the **Statistics** section of the AgeGO Dashboard.

In particular, you can review:

1. Number of checks.
2. Estimated cost.
3. Usage over time

## <mark style="color:$primary;">Invoices</mark>

Invoices are issued **monthly**, based on your actual usage during the billing period.

To avoid invoicing issues, please make sure that:

1. Your **company or individual billing details** are correct.
2. Your **contact email** is up to date.

Billing details can be reviewed and updated in your account profile.

## <mark style="color:$primary;">Need Help with Billing?</mark>

If you have any questions related to payments, billing, or invoices, please contact us at: <business@agego.com>


---

# 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.agego.com/admin-panel/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.
