> For the complete documentation index, see [llms.txt](https://docs.adnuntius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adnuntius.com/adnuntius-connect/user-interface-guide-wip/containers-and-dashboards.md).

# Containers and Dashboards

The first thing you need to do is to create one of more containers. A container is a container for your tags, and is most often associated with a site. This means that if you own three different sites, you most commonly would have three different containers, one for each site.

To create a container, click “Create New”. Give the container a name and cilck “Create”.

![Example containers.](https://lh4.googleusercontent.com/4srVd6Z8OSI0OebI4MZPz7VwV4nbNBN62O90UEesPotxZVZk_rkMN0XoQwGFREckooWqmhmT8NAVYjoaEhRytc4ARV0IYlX0ojzkooTwkvDqZVQHoH1OnEqxST07_Cp72V88kLKU)

If you have access to more than one Adnuntius network you can switch between them in the upper right corner.

![The dashboard just shows you the last update, and whether the container uses prebid.](https://lh4.googleusercontent.com/t42OoeJwVKmjzxfnf0E3T9zNio4HCvZYlVL5RZqcPyUzKI1JsNJaOqMuI73KjcTBIuCrUgJB0S8gmwJLlBC_jaCrh45XNHZJDB_85etAWCTHHwmjyWy-NR5ipqoDeXHh9A-OuViv)


---

# 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://docs.adnuntius.com/adnuntius-connect/user-interface-guide-wip/containers-and-dashboards.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.
