> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/how-to-guides/workflows-for-researchers/add-material-to-the-project.md).

# Add material to the project

<mark style="color:$primary;">**Outcome**</mark>\
You bring files, code, and data into your Master Instance, ready to work on with applications.

<mark style="color:$primary;">**Before you start**</mark>

* You are a **Space Administrator** or **Instance Editor** of the project.
* You are in the Current state of the Master Instance.

There are several ways to add research material to a project. Pick the method that matches where the material currently lives:

* **Upload local files** - use the file upload feature in the [Files view](/reference/file-system-and-storage/file-navigator.md). Best for files on your computer.
* **Clone a Git repository** - use git from a terminal inside any application. For private repositories, add a Nuvolos-generated SSH key to the repository's deploy keys.&#x20;
* **Download from the web** - use `wget`, `curl`, or any download tool from inside an application. Useful when data is available as a public URL.
* **Attach external storage** - mount S3 buckets, SharePoint sites, Dropbox folders, or SSH-accessible servers as folders inside applications.&#x20;

For all storage options and the trade-offs between them, see [Reference › File Storage](/reference/file-system-and-storage.md).


---

# 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://docs.nuvolos.com/how-to-guides/workflows-for-researchers/add-material-to-the-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.
