# Adding Data to a Project

Once you have a DNAnexus project set up, you can add data to the project in the user interface (UI), or through the command line.&#x20;

## Adding Data to a Project in the UI

There are several options to add data into a project space. These can be found in the "Add" drop down menu on the right hand side of the Project headings, as seen below:

<figure><img src="/files/gaZU7kZAuz9Xgn5n5m3S" alt=""><figcaption></figcaption></figure>

* The first option is **Upload Data.** This option allows you to upload data from the computer that you are running the user interface on. You can select or drop files into the upload box, and the files will upload.&#x20;
* The second option is **Copy Data From Project.** This option allows you to copy data from a project that is already existing on the DNAnexus platform.&#x20;
* The third option is **Add Data From Server.** This options allows you to import using a URL.&#x20;
* The fourth option **Import From AWS S3**. This option allows you to import data from an S3 bucket hosted on AWS.  Details on how to run this are included in the [App Documentation](https://platform.dnanexus.com/panx/tool/app/app-J2fqB0Q06XZkbX0bZqY0FV5b).&#x20;


---

# 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://academy.dnanexus.com/overview-of-the-platform/adding-data-to-a-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.
