# Managing Attachments

Each flight automatically includes a **JSON file** containing weather data recorded at the time of the flight.

Users can upload additional documents (e.g., PDFs, images, reports) directly to each flight entry.

### Attachment Rules

* Maximum of 3 files per flight
* Maximum file size: 20 MB per file

### Uploading a File

1. Click the paperclip icon (either from the flights table or the flight's detail page)
2. Click on **Attach file**
3. Select a file from your device
4. The file will be uploaded and stored

### To view and download Files

1. Click the paperclip icon to view all uploaded files for a flight (either from the flights table or the flight's detail page)
2. A dialog box will open, displaying all attachments
3. Click any file to download it

<figure><picture><source srcset="/files/RpDkGY5cpRK8RmU6cZRw" media="(prefers-color-scheme: dark)"><img src="/files/ln5scTGhiIc3JQda7HwM" alt=""></picture><figcaption></figcaption></figure>

{% hint style="info" %}
Flights with attachments are marked with a paperclip icon in the log table
{% endhint %}

<div><figure><img src="/files/dlgnYl2yvATnN3IglO0K" alt="" width="38"><figcaption><p>Paperclip icon</p></figcaption></figure> <figure><img src="/files/KyrcEo5cM4nTraKa8R99" alt="" width="38"><figcaption><p>Paperclip+ icon</p></figcaption></figure></div>


---

# Agent Instructions: 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://docs.unisphere.io/nova/flight-log/managing-attachments.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.
