> 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

Upload, view, and delete documents linked to an object.

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

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

<figure><img src="https://3588014471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEANwXRnuP0ug8971viyg%2Fuploads%2FJKMx8pCdyTZOIuZ39694%2Fimage.png?alt=media&amp;token=1ce38601-cc89-4d87-b7e6-113609e30bae" 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="https://3588014471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEANwXRnuP0ug8971viyg%2Fuploads%2FU7LRKeXaiEM0VGZNRxa7%2Fimage.png?alt=media&amp;token=47319d6b-723d-4fd3-92c1-6670ab22daa3" alt="Upload document dialog"><figcaption><p>Upload document</p></figcaption></figure>
{% endstep %}

{% step %}

### View or delete a document

* Click the **Show** ![](https://3588014471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEANwXRnuP0ug8971viyg%2Fuploads%2F2iBIcb6GB8TBdKKpJTZv%2Fimage.png?alt=media\&token=1fa8ad8c-b4d5-4f29-b225-b5c5016ee802) icon to view a document.
* Click the **Delete** ![](https://3588014471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEANwXRnuP0ug8971viyg%2Fuploads%2F9SRYtJ3knrZnGBfvvWQ5%2Fimage.png?alt=media\&token=589f8c9c-fce3-42b0-adb0-732bd1d9bc74) icon to remove a document.

<figure><img src="https://3588014471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEANwXRnuP0ug8971viyg%2Fuploads%2Fo5f0zQrbw4pqV1dsGXRd%2Fimage.png?alt=media&amp;token=7d94f8cb-bc67-4e7b-95fd-905ee128b5ad" 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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/documents-tab.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.
