# Upload a file

## Upload a file

Each bucket contains an upload file page. Click **Upload file**, and you will be redirected to the upload page. EUENO currently supports two types of file uploading:

#### Encrypted file:

Only you and the people you share the image with can view it by using their private key to decrypt the content.

<figure><img src="https://3701722239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQRsOb8nybzYU151xljhX%2Fuploads%2FhE4tzQtKmsEQWjYYCu87%2FScreen%20Shot%202022-10-28%20at%2018.11.45.png?alt=media&#x26;token=553230fe-23bb-404f-ad99-2611d2104d01" alt=""><figcaption></figcaption></figure>

Choose the file from your computer, and remember to generate a key by clicking **GEN KEY**, or make your own key by **a 43 characters string**.

After that, just click **Upload** and the file will be saved in your Bucket.&#x20;

#### Unencrypted file: &#x20;

An unencrypted file is where your file will be saved normally.&#x20;

<figure><img src="https://3701722239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQRsOb8nybzYU151xljhX%2Fuploads%2FVlsueiMKdMiV7E8MkQP2%2FScreen%20Shot%202022-10-28%20at%2018.12.40.png?alt=media&#x26;token=482a8ed9-44e0-4b95-b554-292ea0333dd5" alt=""><figcaption></figcaption></figure>

Unlike encrypted, you just need to choose the file and click "UPLOAD". The file will be uploaded to the bucket.


---

# 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.eueno.io/get-started/files/upload-a-file.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.
