> 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/getting-started/quick-start.md).

# Quick start

## Bluur - AI-based document anonymization

Bluur is a cloud-based system for automatic classification and irreversible anonymization of documents. The system recognizes data that require protection, identifies their location in the document, and allows the user to verify the scope of anonymization before creating the output file.

The system is available through a web browser and does not require installing additional software or maintaining your own infrastructure for supporting AI models.

Documents are processed in infrastructure located in Poland, and data transmitted between the browser and the system are protected during transmission. More information can be found in the section [**Security**.](/en/system/security.md)

## Account creation&#x20;

{% stepper %}
{% step %}

#### Go to the website

Open a web browser and go to: <https://app.bluur.ai/#/register>
{% endstep %}

{% step %}

#### **Create an account**

<figure><img src="/files/ef4c79705126cc288dd990e24678779db774d292" alt="Formularz rejestracyjny z polami wymaganymi do utworzenia konta."><figcaption></figcaption></figure>

Click the **Sign up** button and fill out the registration form.

* Enter basic details (company name, email, password).
* Set a password and accept the terms and conditions.
* Confirm registration using the activation link received by email

{% hint style="info" %}
If the activation message has not arrived, check the Spam or Junk folder and make sure the email address you entered is correct. If the message is still missing, try resending the activation link or [contact support.](/en/system/technical-support.md)
{% endhint %}

{% hint style="warning" %}
**Password:**

* at least 8 characters,
* at least one uppercase letter (A–Z),
* at least one lowercase letter (a–z),
* at least one digit (0–9),
* at least one special character, e.g. @, #, or $.
  {% endhint %}
  {% endstep %}

{% step %}

#### Start anonymization

After logging in, you will be taken to the system dashboard. To begin [**the first anonymization,** ](/en/getting-started/quick-start/document-anonymization.md)add a document in the [**Quick anonymization**](broken://pages/0c28754767bf79c3edf81e783574911e361b6976) section or go to the selected project.
{% endstep %}
{% endstepper %}

## Key advantages of the system

**Automatic data classification** – the system recognizes and marks data that require protection.

**Irreversible anonymization** – the indicated data are permanently removed from the output version of the document.

**Browser-based operation** – the system does not require installing additional software or maintaining your own AI infrastructure.

**User control** – before anonymization, the user can review and correct the fields detected by the system.

**Project-based work** – documents can be organized into projects and shared with assigned users.

### Next steps

* [**Anonymizing the first document**](/en/getting-started/quick-start/document-anonymization.md) – instructions for completing the full process step by step.
* [**AI classification** ](/en/getting-started/quick-start/key-features/ai-classification.md)– information about detected data and editing labels.
* [**Document view** ](/en/functions/working-with-a-document/stages/ai-classification/saving.md)– description of the tools available while working with the file.
* [**Document retention**](/en/functions/settings/anonymization/retention.md) – rules for storing and deleting documents.
* [**Security** ](/en/system/security.md)– information about data protection and how the AI model works.


---

# 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/getting-started/quick-start.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.
