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

# System

- [Change Log](https://bluurdoc.bluur.ai/system/change-log.md): Sekcja przedstawia nowe funkcje, usprawnienia i poprawki w kolejnych wersjach systemu. Znajdziesz tu informacje o najważniejszych zmianach.
- [Bluur 1.0.10](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.10.md): (09.01.2026)
- [Bluur 1.0.9](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.9.md): (23.07.2025)
- [Bluur 1.0.8](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.8.md): (22.04.2025)
- [Bluur 1.0.7](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.7.md): (20.12.2024)
- [Bluur 1.0.6](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.6.md): (23.10.2024)
- [Bluur 1.0.5](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.5.md): (07.10.2024)
- [Bluur 1.0.4](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.4.md): (16.09.2024)
- [Bluur 1.0.3](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.3.md): (09.09.2024)
- [Bluur 1.0.2](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.2.md): (30.08.2024)
- [Bluur 1.0.1](https://bluurdoc.bluur.ai/system/change-log/bluur-1.0.1.md): (15.08.2024)
- [Bezpieczeństwo](https://bluurdoc.bluur.ai/system/bezpieczenstwo.md): Sekcja opisuje ochronę danych, działanie modelu AI oraz zabezpieczenia systemu. Znajdziesz tu informacje o szyfrowaniu, retencji i testach bezpieczeństwa.
- [Rozliczanie i licencjonowanie](https://bluurdoc.bluur.ai/system/rozliczanie-i-licencjonowanie.md): Sekcja opisuje zasady rozliczania stron oraz licencjonowania użytkowników. Znajdziesz tu informacje o limitach planu i dodatkowych opłatach.
- [Rezygnacja z usługi](https://bluurdoc.bluur.ai/system/rozliczanie-i-licencjonowanie/rezygnacja-z-uslugi.md): Sekcja opisuje proces usunięcia konta.
- [Brak płatności](https://bluurdoc.bluur.ai/system/rozliczanie-i-licencjonowanie/brak-platnosci.md): Sekcja opisuje sytuację, w której konto nie posiada aktywnej subskrypcji. Znajdziesz tu informacje o wyborze planu i ponownym uruchomieniu usługi.
- [FAQ](https://bluurdoc.bluur.ai/system/faq.md): W sekcji FAQ znajdują się odpowiedzi na najczęściej pojawiające się pytania dotyczące systemu.
- [Pomoc techniczna](https://bluurdoc.bluur.ai/system/pomoc-techniczna.md): Sekcja zawiera informacje o dostępnych formach wsparcia oraz sposobie zgłaszania problemów technicznych. Znajdziesz tu również wskazówki, jakie informacje warto dołączyć do zgłoszenia.
- [SLA](https://bluurdoc.bluur.ai/system/pomoc-techniczna/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/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.
