> 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-user-manual/dashboard/object_view/detailed-object-view/documents-tab.md).

# Documents tab

The **Documents** tab shows documents linked to the object.

You can upload e.g. manuals, certificates, and maintenance reports.

<figure><img src="/files/CHTQbNcXg4fWcXbZkEUQ" alt="Documents tab showing object documents"><figcaption><p>Documents tab</p></figcaption></figure>

{% stepper %}
{% step %}

### Upload a document

1. Click **Upload document**.
2. Enter a document name.
3. Click **Browse** and select a file.
4. Click **Upload** and sign.

<figure><img src="/files/rMRNWVIXub6Rx5MElJo5" alt="Upload document dialog"><figcaption><p>Upload document</p></figcaption></figure>
{% endstep %}

{% step %}

### View or delete a document

* Click the **Show** ![](/files/IK6m4vukpaaB5GbGtPwt) icon to view a document.
* Click the **Delete** ![](/files/hAoIENgSy4KV0bF37Gai) icon to remove a document.

<figure><img src="/files/563a5d4GnwFyMkZm7dJn" alt="Documents list with Show and Delete icons"><figcaption><p>Show and Delete actions</p></figcaption></figure>
{% endstep %}
{% endstepper %}

See also: [Documents](/boomerang-3-user-manual/documents.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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/documents-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
