# Finance

*In the* «*Finance*» *section you can generate an invoice to top up the balance, and view all account financial transactions for the past period.*

## General view of the section

This is how the «Finance» section looks when accessed via the side menu. More about payment in [the article](/manual-en/financial-matters/how-to-pay.md).

<figure><img src="/files/DyUQ9KLUuh5lvSSdgFAU" alt=""><figcaption></figcaption></figure>

## How to generate an invoice for payment

On the right side of the screen there is the «Invoices» section where you can manage invoices. The following are specified for them:

* **Date** — the invoice creation date;
* **Paid status** — «yes» is a paid invoice, «no» is an unpaid invoice;
* **Sum** — the invoice amount.

Click «*Receive invoice*»*.*

<figure><img src="/files/iJDKdSXTDyn2h22RHXu2" alt=""><figcaption></figcaption></figure>

In the opened window specify the amount in dollars and click «*Receive invoice*».

<figure><img src="/files/dTZvWVNwsv9sA7KCpmfY" alt="" width="560"><figcaption></figcaption></figure>

More about payment in [the article](/manual-en/financial-matters/how-to-pay.md).

## Other elements

In the central part of the page you will see statistics for the selected operation for the specified month. Using the dropdowns at the top left you can change the operation or month. Also using the «*xls*» button you can download the report in the corresponding format.

Below a chart is displayed, and to its right the total amount in dollars that was spent or received during that period.

<figure><img src="/files/cN0aVrOE7UAgkKdu1Sh1" alt=""><figcaption></figcaption></figure>

Operations that can be selected in the dropdown:

* Payment of invoice — money deposited to the account balance;
* Tariff payment — payment for a tariff plan;
* Using AI — payment for AI usage, for example during testing or operation of AI agents;
* Bonus — promo codes, bonuses credited to the balance;
* Referral payment — rewards for referred referrals;
* Transfer\_out/in — funds transferred from the account to another account;
* Refund — refunded funds;
* Extra services — payment for additional services for setup, prompt creation, integrations.

At the bottom of the page a table with the transaction details for the selected period is displayed.

<figure><img src="/files/uEH1xzHVx5wIA2eP6L7A" alt=""><figcaption></figcaption></figure>

The details show the following values:

* Date;
* Type;
* Sum;
* Task — the task that spent the funds, if the operation type is «Using AI»;
* Comment — usually added to operation types «Extra services».


---

# 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://manual.selarti.com/manual-en/main-sections-of-the-service/finance.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.
