> 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/setting-up-placement-types.md).

# Setting up placement types

* HB Manager Placement types are used to configure the ad sizes you wish to load on a certain placement
* Placement types can be created on a Global, Publisher or Website level.
* Add global Placement types

{% stepper %}
{% step %}

## Navigate to HB Management -> Global HB Management and select Placement types

![](/files/67ed54e7e85b7a6bba8490f624ba6d65e2583ca2)

![](/files/5afd0bd3f03e5c63ccbe7d142177ec1dc3409052)
{% endstep %}

{% step %}

## Click + sign to add a new Placement type and give it a name

{% endstep %}

{% step %}

## Select which sizes your placement type should use

Click Dimensions to add all of the dimensions the placement type is intended to call. For example, 980x180, 980x400 728x90.

![](/files/cd85d80e4e2bd746346d3bf74e0951d8b5dcff4b)

Use **Limit to viewport dimensions** if you have a responsive site and you need to limit ad sizes based on viewport size.
{% endstep %}

{% step %}

## If needed, add Placement type specific Prebid parameters.

They are not mandatory. More on this in [Setting up your HB Manager configuration](/hb-manager/setup/setting-up-your-hb-manager-configuration.md) If you're uncertain, don't hesitate to reach out to our Relevant Yield support. Prebid parameters can also be added on a global/website/placement level.
{% endstep %}

{% step %}

## Save placement type

{% endstep %}
{% endstepper %}


---

# 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/setting-up-placement-types.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.
