## Button "Download settings.xml"
The download button downloads a file in [[Settings.xml]] format for use in on premises environments. The file excludes all credentials, such as password and tokens. These must be added manually.
The file resembles the following structure:
```xml
<?xml version="1.0" encoding="utf-16"?>
<!--
Settings.xml databases configuration file for use with Invantive products.
Generated by: Invantive Cloud.
Database: - ActiveCampaign e4a0fed: Database 8280
Created: 24-06-2026 08:03:36 (UTC)
-->
<settings
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
version="5">
<group
id="91322237-aebf-447a-9308-81592489f6ba"
sortingOrder="2147483647"
<connection
name="ActiveCampaign e4a0fed"
manual="true"
authentication="Default"
sortingOrder="1"
shortDescription="Database 8280"
description="Database 8280"
id="a78beb84-7036-4977-9e1a-6a2730c94943">
<database
order="10"
comment="ActiveCampaign"
alias="acn"
provider="ActiveCampaign"
userLogonCodeMode="Auto"
passwordMode="Auto"
connectionString="account-name=invantivebv1751118755"
AllowConnectionPooling="false" />
</connection>
</group>
</settings>
```