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

# Documents

Use **Documents** to store and manage files in Boomerang.

Supported file types include PDF, DOC/DOCX, and XLS/XLSX.

### Document locations

Documents can be stored in two places:

* **Categories**: shared folders created by administrators.
* **Object documents**: documents attached to a specific object.

Administrators can create and manage document categories.

### Open Documents

Click **Documents** in the navigation pane.

<figure><img src="/files/jsa5XadNQ3odDDaWBPAK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/z2vQsZTOdqMBggIYsQv4" alt=""><figcaption></figcaption></figure>

### Categories vs object documents

Categories have a folder icon and an **Upload Document** button. In the example above, `Reports` is a category.

Object documents are grouped under the object icon and object name (for example, `S1D1O1`).

Upload object documents from the object [Documents tab](/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/documents-tab.md).

### Common tasks

* Upload to a category or general document list: [Upload document](/boomerang-3-user-manual/documents/upload_document.md)
* Create a new category (admins only): [Create category](/boomerang-3-user-manual/documents/create_category.md)

{% hint style="info" %}
If you do not see **Create category**, you likely do not have sufficient rights for the selected scope.
{% 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/documents.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.
