# Download

The `Download` command allows you to retrieve a file from the remote system by specifying the file name. Use it to transfer files between the target and your local machine.&#x20;

To download a file, simply type `Download` followed by the name of the file located in the current session's folder that you want to download.&#x20;

The downloaded file is saved within "C:\Users\Public\Documents\Amnesiac\Downloads." This command is essential for acquiring files from the target system for analysis or further use.

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


---

# 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://leo4j.gitbook.io/amnesiac/sessions/core-commands/download.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.
