> 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/working-with-a-document/stages/anonymization/finalization.md).

# Finalization

To start the process, click the button **Anonymize** located at the top of the screen.

<figure><img src="/files/05c7b4f7fd994868114ffbb5fb3c90fed89d03bd" alt="Przycisk uruchamiający anonimizację dokumentu." width="127"><figcaption></figcaption></figure>

The system will create an anonymized version of the document, in which the data in the selected areas will be permanently removed. The process includes fields belonging to active categories as well as manually added areas, according to the settings selected before starting anonymization.

Until the document is archived, the user can undo the saved changes in the system and return to the classification stage. However, this does not affect files downloaded earlier; anonymization in each downloaded version of the document is permanent and irreversible.

{% hint style="warning" %}
**Important:** Before performing anonymization, check all pages of the document, active categories, and manually added areas.
{% endhint %}

{% hint style="warning" %}
**Important:** Anonymization is not just about visually covering the content. The data removed from the output file cannot be recovered by selecting the text, turning off the layer, or changing the document settings.
{% endhint %}

<figure><img src="/files/af703dd60f8f96a77236e542e0d579d97c31a271" alt=""><figcaption><p>Anonymization.</p></figcaption></figure>

{% hint style="info" %}
If the anonymization process is not completed, check the message displayed in the upper-right corner of the screen.

If the problem persists, go to the section [**Technical Support**](/en/system/technical-support.md) and report the error. In your report, provide the document ID and attach a screenshot of the displayed message, if available.
{% 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/working-with-a-document/stages/anonymization/finalization.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.
