# Issuing Invoices

Once you have completed the [fakturownia.pl integration](/en/billing/fakturownia-integration.md), you can issue invoices through ActiveNow — manually for individual payments or automatically after every online payment.

## Issuing an invoice manually

{% stepper %}
{% step %}
**Invoice information**

Go to the *Participants* tab and open the participant's profile. A new *Invoicing information* section has appeared on each participant's profile — fill it in with the necessary billing details.

You can also populate the fields automatically by clicking *Load data from GUS* and entering the participant's VAT ID (NIP).
{% endstep %}

{% step %}
**Issue the invoice**

In the participant's profile, go to the *Settlements* section. An *Issue an invoice* button now appears next to each registered payment.

Click it to open a window with the invoice details, which you can edit if needed.

After confirming, the invoice is issued automatically. You can then view it directly in fakturownia.pl and send it to the client.

If any details are incorrect, you can edit them directly in fakturownia.pl.
{% endstep %}
{% endstepper %}

## Automatic invoice issuance

If you use online payments, you can have invoices generated automatically after every online payment — no manual action needed.

Go to *Settings* → *Invoicing*. In the *Invoicing settings* section, turn on **Automatically issue invoices after online payments**.

After each online payment, the school administrator will receive a **notification** — both when an invoice is successfully issued and when it fails due to incorrect data. To send the invoice to the client, forward it manually from fakturownia.pl.

{% hint style="warning" %}
Invoices are issued automatically after every online payment **regardless of whether the client has a VAT ID (NIP)**.
{% endhint %}


---

# 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://help.activenow.io/en/billing/issuing-an-invoice.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.
