> 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/banner-templates.md).

# Banner Templates

TrustCommander offers multiple banner templates for different kind of privacy workflows.

| Template                         | Description                                                                                                                                                                                                                                                                                                                                                       |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Header (with Privacy Center)** | <p>Floating overlay banner (is layered on top of the website), positioned at the top of the page. This banner includes a text message and customisable buttons. You can add a link to another page (e.g. privacy policy).<br></p><p>This template exists with and without an optional privacy center.</p>                                                         |
| **Popin (with Privacy Center)**  | <p>A floating modal dialogue (pop-up), positioned in the centre of the page. This banner includes a text message and customisable buttons. It supports links to another page (e.g. privacy policy).</p><p></p><p>This template exists with and without an optional privacy center.</p>                                                                            |
| **Footer (with Privacy Center)** | <p>Floating overlay banner, positioned at the bottom of the page. This banner includes a text message and customisable buttons. It supports links to another page (e.g. privacy policy).</p><p></p><p>This template exists with and without an optional privacy center.</p><p></p><p>A variation of this template exists with extended accessibility support.</p> |
| **Footer without button**        | Floating overlay banner, positioned at the bottom of the page. This banner includes a text message and cross icon to close the banner. It supports links to another page (e.g. privacy policy).                                                                                                                                                                   |
| **Popin with categories**        | This template directly opens the privacy center that allows visitors to select TrustCommander privacy categories and sub-categories they want to activate/deactivate.                                                                                                                                                                                             |
| **IAB TCF 1.1 Popin**            | A floating modal dialogue (pop-up), positioned in the centre of the page. This template offers consent controls following the IAB TCF 1.1 standard.                                                                                                                                                                                                               |
| **IAB TCF 1.1 Footer**           | Floating overlay banner, positioned at the bottom of the page. This template offers consent controls following the IAB TCF 1.1 standard.                                                                                                                                                                                                                          |
| **IAB TCF 2.0 Popin**            | <p><em>Template available if IAB TCF 2.0 option is activated in the <code>TRUST > Options</code> section.</em> </p><p>A floating modal dialogue (pop-up), positioned in the centre of the page. This template offers consent controls following the IAB TCF 2.0 standard.</p>                                                                                     |
| **IAB TCF 2.0 Footer**           | <p><em>Template available if IAB TCF 2.0 option is activated in the <code>TRUST > Options</code> section.</em> </p><p>Floating overlay banner, positioned at the bottom of the page. This template offers consent controls following the  IABTCF 2.0 standard.</p>                                                                                                |


---

# 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, and the optional `goal` query parameter:

```
GET https://community.commandersact.com/trustcommander/user-guides/privacy-banners/banner-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
