> For the complete documentation index, see [llms.txt](https://community.commandersact.com/trustcommander/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.commandersact.com/trustcommander/user-guides/privacy-banners/deploy-banner.md).

# Deploy Banner

`TRUST > Privacy banners ( tab GENERATE & DEPLOY)`

## Generate Banner Versions

To deploy a new or updated banner it is first necessary to generate a new version of the banner. Click `GENERATE` to open the modal dialogue.&#x20;

![](/files/-M7HWc4wnIpQ7czKdBZF)

You will have following option when generating a new container version.

| Option                 | Description                                                                                                                                                         |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Comment**            | You can provide a comment to document the changes of the new banner version (e.g. change text of accept button).                                                    |
| **Reactivate privacy** | In case you check this option **all visitors of the website will be re-asked for consent, they will again see the banner when visiting the website the next time.** |

## Preview New Banner Versions

You can preview and test new banner versions by clicking the `TEST` option on the right site of the banner version in the banner version list. This will preview the banner on a demo website.&#x20;

{% hint style="info" %}
It is recommended to test new banner on a test environment of the real website before deploying it.
{% endhint %}

## Banner Deployment Options

The deployment process of a new banner version varies depending on the selected hosting method of the privacy banner. You can select the hosting method of a banner in the privacy banner settings that can be accessed with the `gear` icon on the top left of the interface (beside the privacy banner name).

### **Commanders Act CDN**

Commanders Act CDN ensures a reliable and performant hosting of your banner. It allows to deploy banners automatically and in real-time.

![Hosting options for privacy banners](/files/-MjVpPXw1WAt0cHya_3-)

Click `DEPLOY` to deploy a banner to the Commanders Act CDN.

![](/files/-M6A0vkGP_rcEB7C7fne)

### **On premise (self-hosted)**&#x20;

This option allows to self-host privacy banner. It therefore requires manual effort on each update. For on premise hosting it is necessary to provide the URL of the folder where the on premise banner is hosted. Example:

`http(s)://www.mydomain.com/myfolder/`

![](/files/-LhF0PV1veFzfoydrY8a)

Click `DOWNLOAD` to download on the right side of the new banner files and manually update them on your server.

![](/files/-M6A18LKiupTCpsvfv11)

## Container vs. Banner Deployment

In case both TagCommander and TrustCommander are used to manage tags it is important to understand what needs to be generated and deployed for different update scenarios. Following table lists the elements that needs a generation and deployment for common scenarios.

| Scenario                                                                                                                      | Affected TAG Container | All TAG Container | TRUST Banner |
| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ----------------- | ------------ |
| Global options change (`TRUST > Options`)                                                                                     | Yes                    | Yes               | Yes          |
| Category or vendor is added, deleted or updated on a used banner                                                              | Yes                    | Yes               | Yes          |
| Tag is added to a container (`TAG > Edition`)                                                                                 | Yes                    | No                | No           |
| Tag is assigned to a category or vendor in the used banner (`TAG > Edition` or `TRUST > Categories & Tags (Tab ASSIGN TAGS)`) | Yes                    | No                | No           |
| Banner text or style change                                                                                                   | No                     | No                | Yes          |
| Banner button actions change                                                                                                  | No                     | No                | Yes          |


---

# 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:

```
GET https://community.commandersact.com/trustcommander/user-guides/privacy-banners/deploy-banner.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.
