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

# Ladda upp dokument

Ladda upp dokument till en delad kategori i [Dokument](/boomerang-3-anvandarmanual/documents.md).

{% stepper %}
{% step %}

### Välj plats

Välj en grupp.

Klicka på **Ladda upp dokument** högst upp.

Du kan också klicka på **Ladda upp dokument** ovanför en specifik kategori.

Detta förväljer kategorin.

<figure><img src="/files/LZaR10jjIXTfQVCGIAxw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fyll i uppgifter

Ange dokumentnamn.

Detta är ett visat namn, inte filnamnet.

Välj kategori.

Du kan också klicka på ”Ladda upp dokument” ovanför en viss kategori för att ladda upp direkt dit.

Klicka på **Bläddra** och välj dokumentet.

<figure><img src="/files/TbSc3b08bsGZs0Jo4KBS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Ladda upp och signera

Klicka på **Ladda upp**.

Signera.
{% endstep %}

{% step %}

### Verifiera resultat

Dokumentet visas i listan.

<figure><img src="/files/CLfSWd9Ca3Dp46gxxGTW" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Kolumner i listan

* **Namn**: Dokumentnamn som inte är ett filnamn.
* **Uppladdad**: Tidpunkten då dokumentet laddades upp.
* **Användare**: Personen som laddade upp dokumentet.
* **Typ**: Dokumenttypen.
* **Radera-ikonen** ![](/files/IMOC1S1jWiQjamcxyiAe): Klicka för att ta bort dokumentet.
* **Visa-ikonen** ![](/files/25a2wZ9EImci2zpwqlvm): Klicka för att se dokumentet.


---

# 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-anvandarmanual/documents/upload_document.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.
