> For the complete documentation index, see [llms.txt](https://adaptix-framework.gitbook.io/adaptix-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adaptix-framework.gitbook.io/adaptix-framework/adaptix-c2/data-management/downloads-manager.md).

# Downloads Manager

The Downloads Tab displays all current or completed downloads.

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

The context menu provides options to cancel the download, as well as stop and resume the download.

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

The downloaded files are stored on AdaptixServer. To copy a file from the server to the client system, select it and click "Sync file to client". Adaptix will then download the selected files to the folder on your system that you selected in the dialog box.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://adaptix-framework.gitbook.io/adaptix-framework/adaptix-c2/data-management/downloads-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
