# Upload Data to Arweave

### Requirements:

* An Arweave Wallet with AR tokens
* ArDrive login&#x20;

### Tutorial

#### 1. Login to ArDrive

ArDrive: [https://app.ardrive.io](https://app.ardrive.io/#/sign-in)

![Log In to ArDrive](https://3589313620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW434aEw5RavAs7ROSj7s%2Fuploads%2F7995DUFCtetTnEzTRgJr%2Fimage.png?alt=media\&token=3d411c39-44dc-4f98-8c13-500483a8ecfe)

#### 2. Create the Folders for your file management

![Create Folders for file management](https://3589313620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW434aEw5RavAs7ROSj7s%2Fuploads%2FojmIjDtncnLTGy6ixAQ5%2Fimage.png?alt=media\&token=644b6807-b0a6-4423-8eca-d8bb5ad3a7cf)

#### 3. Upload the Asset Packages or Asset Files

![Click Upload File](https://3589313620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW434aEw5RavAs7ROSj7s%2Fuploads%2FE7aHsTB3SIAzBfZSOXSB%2Fimage.png?alt=media\&token=667e200b-3852-43b2-8e3f-2848c99a137e)

![Upload File](https://3589313620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW434aEw5RavAs7ROSj7s%2Fuploads%2F6yBnqrRn12nQdeU4bhPv%2Fimage.png?alt=media\&token=8c71a2f3-4e93-416d-a32a-6c3dab5ff0da)

#### 4. Wait until the Arweave Transactions are confirmed.

![Arweave Transaction is waiting for confirmation.](https://3589313620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW434aEw5RavAs7ROSj7s%2Fuploads%2FmPj79nJy4FclQNb7gqJY%2Fimage.png?alt=media\&token=48ffc964-d14d-4aa6-887e-785c172e468b)

{% hint style="info" %}
This may take somewhere between a 5 minutes to a few hours.
{% endhint %}

#### 5. Verify Data is uploaded using the *Data* Transaction ID

Data Transaction ID: [TAPvrk0\_cEGhoeb9eYe96MIVp3lbpyqH7RlM6owfg3k](https://jqb67lsnh5yedinb436xtb555dbblj3zlotsvb7ndfgovda7qn4q.arweave.net/TAPvrk0_cEGhoeb9eYe96MIVp3lbpyqH7RlM6owfg3k)

You can verify that the file has been processed and uploaded when the *Orange* pending status has turned to *Green.*&#x20;

The Data Transaction ID will be used when creating a Content Smart Contract or Asset in the NFT Launcher.

{% hint style="info" %}
You can use the Data Tx ID to access the file with the uri:&#x20;

**<https://arweave.net/\\><Data Transaction ID>**&#x20;
{% endhint %}


---

# 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.rawrshak.io/tutorials/developer/rawrshak-dapp/upload-data-to-arweave.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.
