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

# Banner Templates

Commanders Act 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 customizables 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 center of the page. This banner includes a text message and customizable buttons. It supports links to another page (e.g. privacy policy).</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 customizable buttons. It supports links to another page (e.g. privacy policy).</p><p>A variation of this template exists with extended accessibility support.</p>                                                                     |
| **Popin with categories**                      | This template directly opens the privacy center that allows visitors to select Commanders Act Consent categories and sub-categories they want to activate/deactivate.                                                                                                                                                                           |
| **Footer / Popin / Header**                    | Floating information banner, no buttons to refuse or accept. Not compliant for GDPR & CCPA                                                                                                                                                                                                                                                      |
| **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). Not compliant for GDPR & CCPA                                                                                                                   |
| **IAB TCF 2.2 Popin**                          | <p><em>Template available if</em> IAB TCF compliancy <em>option is activated in the <code>Data Governance > Consent Management > Settings</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.2 standard.</p>                    |
| **IAB TCF 2.2 Footer**                         | <p><em>Template available if</em> IAB TCF compliancy <em>option is activated in the <code>Data Governance > Consent Management > Settings</code> section.</em></p><p>Floating overlay banner, positioned at the bottom of the page. This template offers consent controls following the IABTCF 2.2 standard.</p>                                |
| **IAB TCF 2.0 Popin (deprecated)**             | <p><em>Template available if IAB TCF 2.0 option is activated in the <code>Data Governance > Consent Management > Settings</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 (deprecated)**            | <p><em>Template available if</em> IAB TCF compliancy <em>option is activated in the <code>Data Governance > Consent Management > Settings</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>                                |
| **Footer with privacy center (accessibility)** | <p>Floating overlay banner, positioned at the bottom of the page. This banner includes a text message and customizable buttons. It supports links to another page (e.g. privacy policy).<br>Includes standards for WCAG 2.0<br>for more details, look at <a href="/pages/VQq0YKVTm7ua3Z6pAlHj">this page of our documentation</a></p>           |
| **Popin with privacy center (accessibility)**  | <p>A floating modal dialogue (pop-up), positioned in the center of the page.This banner includes a text message and customizable buttons. It supports links to another page (e.g. privacy policy).<br>Includes standards for WCAG 2.0<br>for more details, look at <a href="/pages/VQq0YKVTm7ua3Z6pAlHj">this page of our documentation</a></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://doc.commandersact.com/features/consent-management/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.
