# Uploading your files

If you have files from your project and looking to move them here, there is 2 ways to do this,

1. Go to the files tab and click upload&#x20;

<figure><img src="/files/0CJPJylYP4EYTciYbwps" alt=""><figcaption></figcaption></figure>

Then choose the folder of where your files are located, select the files and then select open and they will upload. The downside of this is it doesn't upload folders.

2. In this example we are using [WinSCP](https://winscp.net). If you do not have a SFTP application, [WinSCP ](https://winscp.net)is a free SFTP application and very easy to use.

Go to your server settings and click Launch SFTP&#x20;

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

Once you have click "Launch SFTP" For WinSCP you get this prompt, the password is the same as your panel password.&#x20;

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

Once you have logged in you will see this

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

On the left is you computers files and on the right is your servers files, Find your projects files, select all of them and copy and paste it to the server side.

Note: If you have a Discord bot that uses Node JS, you do not need to copy the node\_modules & package-lock.json, when you start the bot, those files will be made again  but you do need to keep the package.json


---

# 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.wavehost.org/information/uploading-your-files.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.
