> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer Downloads element (SuperOffice only)

> NetServer configuration values related to Downloads.

Configuration values related to Downloads.

```XML theme={null}
<Downloads>
  <add key="WebToolVersion" value="8.3.0.0" />
</Downloads>
```

| Name                      | Description                                                                                                                                      | Default       |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- |
| DownloadFolder            | Folder of files to be downloaded to the client.                                                                                                  | *\~/Download* |
| DownloadFolderImpersonate | Impersonate as the document archive user when accessing the Download folder.                                                                     | false         |
| NewTrayAppUrl             | Public address of the URL for showing download-page of new TrayApp. Empty value will calculate a default value.                                  |               |
| ReportingInterval         | The interval (in seconds) that the web-installation will require activity updates from WebTools-clients for the clients to be considered active. | 60            |
| WebSiteEndPoint           | Public address of the web server, including protocol and port. Empty value will calculate a default value.                                       |               |
| WebToolVersion            | The version number to use for upgrade check.                                                                                                     |               |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.Downloads.yml


## Related topics

- [NetServer SuspendedSite element (SuperOffice only)](/en/onsite/web-config/suspendedsite.md)
- [NetServer Mail element (SuperOffice only)](/en/onsite/web-config/mail.md)
- [NetServer Cloud element (SuperOffice only)](/en/onsite/web-config/cloud.md)
- [NetServer Pocket element (SuperOffice only)](/en/onsite/web-config/pocket.md)
- [NetServer Client element (SuperOffice only)](/en/onsite/web-config/client.md)
- [NetServer Sync element (legacy SuperOffice only)](/en/onsite/web-config/sync.md)
