# Add attachments to your project

Keeping your files and docs linked to a project means your team always knows where to find the latest materials. Wonderly lets you upload files directly from your device or create a new Wonderly Doc linked to the project.

### **Method 1: Upload a file from your device**

{% hint style="info" %}
**When to use:** You want to attach an existing file from your device to a project.
{% endhint %}

1. Find and open your project.
2. In the project modal, click the **Docs & Files** tab.
3. Click the **+** button in the top-right corner.
4. Click **Attachment**.
5. Select the file you want to upload from your device.

**Expected outcome:** The file appears in the Docs & Files tab of the project.

#### Formats reference

* **Supported image formats:** PNG, JPEG, GIF, WebP, BMP, AVIF, SVG.
* **Supported document formats:** PDF, Word (.doc/.docx), Excel (.xls/.xlsx), PowerPoint (.ppt/.pptx).
* **Supported video formats:** MP4, MOV, AVI, MKV, WebM.
* **Other supported formats:** CSV, TXT, and ZIP.

***

### Method 2: Create a new Wonderly Doc within your project

{% hint style="info" %}
**When to use:** You want to create a new document directly linked to the project, such as a brief, proposal, or notes doc.
{% endhint %}

1. Find and open your project.
2. In the project modal, click the **Docs & Files** tab.
3. Click the + button in the top-right corner of the workspace area.
4. Click **Doc**.
5. Start editing the new Wonderly doc that opens automatically.

**Expected outcome:** The new doc appears in the Docs & Files tab and is linked to the project.


---

# 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://www.wonderly.com/help/work-hub/projects-overview/manage-and-collaborate/add-attachments-to-your-project.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.
