> For the complete documentation index, see [llms.txt](https://hjelp.pasientsky.no/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hjelp.pasientsky.no/journal/andre-funksjoner/legg-til-fil.md).

# Legg til fil

Du kan enkelt laste opp filer i den løpende journalen til pasienten. På denne måten trenger du ikke ha filene lagret lokalt på din PC, og filene kan enkelt forhåndsvises direkte inne på plattformen. &#x20;

I et **Behandlingsnotat,**&#x20;

1. Klikk **bindersikonet** ![](/files/7JL3hwBY3JHEjSevVfuN).
2. Velg **Legg ved fil** fra listen.&#x20;

Et nytt vindu vil åpne seg, her kan du søke etter filen lokalt på PC'en din.

![](/files/-M92sXsATbgfL1utiGKu)

Etter du har funnet filen klikker du på **Lagre** og filen vil nå være lagret på det aktuelle journalnotatet i den løpende journalen.&#x20;

Du kan forhåndsvise filen ved å holde musepekeren over den, eller klikke deg inn på den.&#x20;

<div align="left"><img src="/files/-Lp7duZiX6tLNW2wcDit" alt="Slik ser en vedlagt fil ut i journalen."></div>

{% hint style="info" %}
Migrerte filer fra tidligere system vil også lagres på denne måten.
{% endhint %}

### Hvilke filformater støtter vi?

Vi støtter forhåndsvisning av flere filtyper. **Filtyper som ikke er på denne listen vil kunne lastes ned og åpnes lokalt på din PC.**&#x20;

* **Dokumenter**: pdf, doc, docx, csv, xls, xlsx, xlr, rtf, odt, txt, ott, ods, ppt, key, pages&#x20;
* **Bilder**: jpeg, jpg, png, gif, tiff, tif, bmp
* **Videoer**: avi, m4v, mov, mp4, mpg, wmv, mpeg, aac&#x20;


---

# 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://hjelp.pasientsky.no/journal/andre-funksjoner/legg-til-fil.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.
