> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/object_view/szczegolowy-widok-obiektu/zakladka-dokumenty.md).

# Zakładka Dokumenty

Zakładka **„Dokumenty"** pokazuje dokumenty powiązane z obiektem.

Możesz tu przechowywać na przykład instrukcje, certyfikaty lub protokoły.

<figure><img src="/files/3t3PzN1AuPtWu7Zqbcgw" alt="Zakładka Documents w widoku obiektu"><figcaption></figcaption></figure>

### Prześlij dokument

{% stepper %}
{% step %}

### Otwórz przesyłanie

Kliknij **„Prześlij dokument”**.
{% endstep %}

{% step %}

### Uzupełnij dane i wybierz plik

Wpisz nazwę dokumentu.

Kliknij **„Przeglądaj”** i wybierz plik.

<figure><img src="/files/dBllqzhLc7eA6NkUpnPJ" alt="Formularz przesyłania dokumentu"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Wyślij i podpisz

Kliknij **„Upload”**.

Podpisz operację.
{% endstep %}
{% endstepper %}

Po przesłaniu dokument pojawi się na liście.

<figure><img src="/files/od98ZPyNHQM86A1jeJKV" alt="Lista dokumentów obiektu"><figcaption></figcaption></figure>

### Podejrzyj lub usuń dokument

* Kliknij ikonę **„Pokaż”** ![](/files/V1nfjfKOC8j4ge2txMoF), aby wyświetlić dokument.
* Kliknij ikonę **„Usuń”** <img src="/files/7XHunw2J9PGTfsf5W7GZ" alt="Ikona Usuń" data-size="original">, aby usunąć dokument.

Więcej informacji o dokumentach: [Dokumenty](/boomerang-3-instrukcja-obslugi-uzytkownika/documents.md).

Zobacz też: [Podpisz](/boomerang-3-instrukcja-obslugi-uzytkownika/common_elements/sign.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://help.boomerang3.com/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/object_view/szczegolowy-widok-obiektu/zakladka-dokumenty.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.
