> 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.md).

# System

- [Change Log](https://bluurdoc.bluur.ai/en/system/change-log.md): This section presents new features, improvements, and fixes in subsequent versions of the system. Here you will find information about the most important changes.
- [Bluur 1.0.10](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.10.md): (09.01.2026)
- [Bluur 1.0.9](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.9.md): (23.07.2025)
- [Bluur 1.0.8](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.8.md): (22.04.2025)
- [Bluur 1.0.7](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.7.md): (20.12.2024)
- [Bluur 1.0.6](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.6.md): (23.10.2024)
- [Bluur 1.0.5](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.5.md): (07.10.2024)
- [Bluur 1.0.4](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.4.md): (16.09.2024)
- [Bluur 1.0.3](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.3.md): (09.09.2024)
- [Bluur 1.0.2](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.2.md): (30.08.2024)
- [Bluur 1.0.1](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.1.md): (15.08.2024)
- [Security](https://bluurdoc.bluur.ai/en/system/security.md): This section describes data protection, the operation of the AI model, and system security. Here you will find information about encryption, retention, and security tests.
- [Billing and licensing](https://bluurdoc.bluur.ai/en/system/billing-and-licensing.md): This section describes rules for page billing and user licensing. Here you will find information about plan limits and additional fees.
- [Canceling the service](https://bluurdoc.bluur.ai/en/system/billing-and-licensing/canceling-the-service.md): This section describes the process of deleting an account.
- [No payment](https://bluurdoc.bluur.ai/en/system/billing-and-licensing/no-payment.md): This section describes a situation in which the account does not have an active subscription. Here you will find information about choosing a plan and reactivating the service.
- [FAQ](https://bluurdoc.bluur.ai/en/system/faq.md): The FAQ section contains answers to the most frequently asked questions about the system.
- [Technical support](https://bluurdoc.bluur.ai/en/system/technical-support.md): This section contains information about the available forms of support and how to report technical issues. Here you will also find guidance on what information is worth including in a report.
- [SLA](https://bluurdoc.bluur.ai/en/system/technical-support/sla.md)


---

# 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.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.
