# Displaying download progress

To track download progress in your application, downloads must first be started using the [File System - Request Download](/deskifier/deskifier-bubble.io-docs/filesystem-element/actions.md#file-system-request-download) action.&#x20;

Once a download has started, its progress can be accessed through the [Downloading Files](/deskifier/deskifier-bubble.io-docs/filesystem-element/states.md#downloading-files) state. \
\
This state provides information about downloads that are currently in progress, allowing your application to display progress indicators, update UI elements, or monitor the status of active downloads.

{% hint style="success" %}
View an example in the editor: \
\
<https://bubble.io/page?id=deskifier-plugin-test&tab=Design&name=sandbox&type=page&elements=bTJMW>
{% endhint %}

<figure><img src="/files/EWj8rUT7Ek14jHvodkSM" 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/guides-and-examples/displaying-download-progress.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.
