> For the complete documentation index, see [llms.txt](https://docs.relevant-digital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevant-digital.com/hb-manager/setup/adding-placement-tag-fields-advanced.md).

# Adding Placement Tag Fields - Advanced

The Placement Tag Fields can be setup and included in the calls, and it works like this:

Everytime your Prebid loads through our HB Manager we utilize all the settings you have set in the HB Manager. These settings can be anything related to the Prebid standard really, but we can also send other things with the code as well. Normally the prebid allows you to set things related to fx FloorPrices or maybe a specific Bidder parameter, but the “Placement Tag Fields” focusing on the placement load itself.

By handling all of this in the HB Manager you can adjust how and where your placements load on your websites, making it really easy to try or add new formats/designs, **without having to include your tech department.**

These functions can included things like: Rendering IDs (Where should the placement load), Borders (Should there be a border around the placement), Breakpoints (Should it load at specific breakpoints), Active (Is the placement active) Padding (Should the placement have Padding) etc etc.

You can find the Placement Tag Fields in the HB Management menu item:

![screenshot\_placement\_tag\_fields](/files/c6ff8a4ffabcf6b1cdee06d41b0ec9523a48bb53)

### Why is this important?

This really makes the decision on how and when to load very flexible for you; especially in combination with your Prebid settings of course.

We are always trying to give you the maximum amount of freedom, putting as much of the control on you, you can actually create new Placement Tag Fields on your own by combining several types of selection:

![Näyttökuva 2021-11-16 kello 11.15.03](/files/439feae0cc059a0922368ac8c4c83f0c6ef804d3)

Please notice that adding the Placement Tag Fields yourself require some coding skills, and we do suggest that you contact the support or your account manager for help if needed.

As always our Onboarding team will help you with setting this up during the Onboarding, and you can then utilize the support if you would like to do changes. Once setup, it is simply a matter of selecting these functions on your placement level:

![Tag\_Placmeent\_Selection.png](https://relevantdigital.zendesk.com/hc/article_attachments/360012614998/Tag_Placmeent_Selection.png)


---

# 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.relevant-digital.com/hb-manager/setup/adding-placement-tag-fields-advanced.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.
