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

# Tools

In the document view, there is **a toolbar**, which allows basic operations to be performed on the currently open file.

<figure><img src="/files/bddef07c8545056884a6012cdb24dbf74cd22a9a" alt="Pasek narzędzi dokumentu z funkcjami kopiowania identyfikatora, historii operacji, drukowania, obracania i zmiany powiększenia."><figcaption><p>Toolbar available above the document preview.</p></figcaption></figure>

Using the toolbar, the user can:

**Copy the document ID**\
Copies the document's unique identifier. The identifier can be pasted in the filter **Identifier** available in the document list to find the correct file.

<figure><img src="/files/a48e7f255c70612c5a32194922d2fcf2e32095e6" alt="Ikona kopiowania unikalnego identyfikatora dokumentu." width="50"><figcaption></figcaption></figure>

**View the operation history**\
Opens **Document operation history**, including among others document creation, classification, anonymization, file opening, archiving, and deletion of the source document.

<figure><img src="/files/40e0f494d8bae7a52edcf4f7d3044a6352a6fccd" alt="Ikona otwierająca historię operacji wykonanych na dokumencie." width="43"><figcaption></figcaption></figure>

**Print the document**\
Allows the currently open document to be printed in classified or anonymized version.

<figure><img src="/files/355fb4b3c2c7de359d8f7bb778e5c0e963c0435b" alt="Ikona drukowania aktualnie otwartego dokumentu." width="36"><figcaption></figcaption></figure>

**Rotate the document**\
Allows the page preview to be rotated, for example in the case of scans saved in the wrong orientation. Rotation changes how the document is displayed in the system and does not modify the source or output file.

<figure><img src="/files/cd33d21f3c48f886862844263ff29531fd84386c" alt="Ikona obracania podglądu strony dokumentu." width="42"><figcaption></figcaption></figure>

**Manually mark fields**\
Allows manual adding of custom areas intended for anonymization. The function is available at the stage **Anonymization**.

<figure><img src="/files/19ca43f549789f236bc4006066682a0f425c601f" alt="Ikona ręcznego dodawania obszarów przeznaczonych do anonimizacji." width="50"><figcaption></figcaption></figure>

**Zoom out and zoom in**\
The magnifying glass icons allow you to zoom in and out of the document preview, making it easier to verify small elements and precisely adjust fields.

<figure><img src="/files/2bca2df656a1d52887ef6788a9bf15d2e192b828" alt="Ikony przybliżania i oddalania podglądu dokumentu." width="88"><figcaption></figcaption></figure>


---

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