# Download Manager

```html
<a href="w2n://download-screen">Open Download Screen</a>
```

We offer several query parameters to tailor this screen to your preferences:

* "**title**": Sets the page title (default: "Downloads").
* "**titleBarContentColor**": Defines the color of the title text and back button icon (default: #111111).
* "**titleBarBgColor**": Specifies the background color of the title bar (default: #FFFFFF).

To apply these customizations, include the parameters in the link as shown below:

{% code overflow="wrap" %}

```javascript
w2n://download-screen?title=Downloads&titleBarContentColor=#abcdef&titleBarBgColor=#00000
```

{% endcode %}

The URL mentioned above can be utilised within an anchor tag or any URL field in WebToNative. For instance, you can incorporate this URL in the floating action button URL or bottom navigation item URL.

<div><figure><img src="/files/V1FOmzj2k4vGQ2m0baIj" alt=""><figcaption><p>Android</p></figcaption></figure> <figure><img src="/files/H9Gxw68N50PWVR6SvPC1" alt=""><figcaption><p>iOS</p></figcaption></figure></div>


---

# 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.webtonative.com/javascript-apis/download-manager.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.
