> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/system/billing-and-licensing.md).

# Billing and licensing

Bluur operates on a subscription model. The selected plan determines the number of pages available for anonymization and the number of users who can use the system within the organization.

### Page billing

Each plan has a specific limit of pages that can be anonymized in a given billing period.

Adding documents and performing **AI classification** do not reduce the limit. Pages are billed only after anonymization is started.

The system bills all pages in the document, including those on which no data was selected for anonymization.

**Example:** Adding and classifying a document containing 10 pages does not reduce the limit. Performing anonymization bills 10 pages, even if the data to be hidden is located only on part of the document.

If anonymization requires using pages beyond the plan limit, the system will display information about an additional fee. Continuing the process requires confirming the charge.

<figure><img src="/files/484417b161e4897ff5ff911b151f8325171677c7" alt=""><figcaption><p>A window informing about exceeding the anonymization limit.</p></figcaption></figure>

### User licensing

Each plan determines the number of users who can use the system within a single organization.

The administrator can invite users using email addresses in the company domain assigned to the organization. The range of available features depends on the assigned role and access to projects.

After the limit has been used up, it is possible to add another user for an additional fee **60 PLN net per month**.

If adding a user will incur a fee, the system will display the amount and ask for confirmation of the operation.

<figure><img src="/files/85a1cac6aade7b2ab6573e0bd43de1318d468073" alt=""><figcaption><p>A window informing about exceeding the user limit.</p></figcaption></figure>

### Dedicated plans

For Polish institutions from the sectors **GOV**, **MED** and **EDU** it is possible to prepare a dedicated subscription plan.

To arrange the details, contact Bluur® consultants.

A dedicated plan can be tailored, among other things, to:

* the organization's specifics,
* the expected number of users,
* the number of documents processed,
* the required number of pages,
* individual cooperation terms.

### Related information

Detailed information is available in the sections:

* [**Subscription**](/en/functions/settings/subscription.md) – available plans and their limits;
* [**Payments**](/en/functions/settings/payments.md) – invoices and billing history;
* [**Payment window**](/en/functions/settings/subscription/purchase-plan/payment-window.md) – purchase process and promo codes;
* [**Subscription cancellation** ](/en/functions/settings/subscription/subscription-cancellation.md)– plan expiration and continued access to the system;
* [**Team**](/en/functions/team.md) – inviting users and managing roles.


---

# 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://bluurdoc.bluur.ai/en/system/billing-and-licensing.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.
