> 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/functions/dashboard/quick-anonymization.md).

# Quick anonymization

The user adds a file directly from the dashboard, selecting it from the disk or dragging it into the appropriate field. The system automatically creates a technical workspace and assigns the document to the user who uploaded it.

Documents added in this mode are visible in the tab [**Projects**](/en/functions/projects.md), but remain separated from other users' documents and are not automatically shared with them.

Quick anonymization works well for individual documents and situations in which the user wants to start the process without configuring an additional workspace.

<figure><img src="/files/18acd655658cfddf95f41c36829f731f86d061e3" alt="Przeciąganie pliku do obszaru Szybkiej anonimizacji na dashboardzie Bluur"><figcaption><p>Adding a document by dragging it into quick anonymization. </p></figcaption></figure>

{% hint style="info" %}
The system supports the following file formats:

PDF, JPG, JPEG, JPE, JIF, JFIF, JFI, PNG, TIFF, TIF.

The maximum size of a single document is **10 MB**.

In the case of [project work](/en/functions/projects.md) the total size of uploaded documents cannot exceed **100 MB**.
{% endhint %}


---

# 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/functions/dashboard/quick-anonymization.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.
