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