> 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/overview-of-setting-up-hb-manager.md).

# Overview of setting up HB Manager

Setting up HB Manager in Relevant Yield is quick and easy.

These are the main steps to take during the onboarding of Relevant Yield HB Manager:

{% stepper %}
{% step %}

## Create a map of your SSP placements

Your Relevant Digital Technical account manager will provide you with a document sheet where you can list all your adserver placements and corresponding SSP placement IDs. This will be useful later on when mapping the SSP placements to corresponding Relevant Yield placements.
{% endstep %}

{% step %}

## Login and give access to your colleagues

You will receive an email with credentials and a login url to your Relevant Yield account.

You can read more about user roles and how to create users in [User Management in Relevant Yield](/general-platform/user-management/user-management-in-relevant-yield.md)
{% endstep %}

{% step %}

## Define your Publisher / Website / Placement structure

Whether you are a publisher or a network user, this article will teach you how to create your own placement structure: [What Are Publisher Accounts?](/general-platform/inventory-management/what-are-publisher-accounts.md)
{% endstep %}

{% step %}

## Add integration to your adserver

Together with your Technical account manager, create line items to your own adserver. Also add an adserver in Integrations view of Relevant Yield. Learn more about adserver settings in [Setting up an adserver](/hb-manager/setup/setting-up-an-ad-server.md)
{% endstep %}

{% step %}

## Add SSPs

Add your SSPs/Bidders the same way you added your adserver. [Here](/hb-manager/integrations-and-connections/setting-up-a-new-ssp-connection-with-hbm-hba.md) are detailed instructions.
{% endstep %}

{% step %}

## Create Placement types

Placement types hold information of which ad sizes you wish to load on a certain placement. Create placement types that make sense to your setup. Placement types can be created on a Global, Publisher or Website level. Learn more about how to create placement types in [Setting up Placement types](/hb-manager/setup/setting-up-placement-types.md)
{% endstep %}

{% step %}

## Map Adserver and SSP ids to corresponding Relevant Yield placements

Read more about [Mapping Adserver and SSP placement IDs to Relevant Yield Placements](/hb-manager/setup/mapping-adserver-and-ssp-placement-ids-to-relevant-yield-placements.md)
{% endstep %}

{% step %}

## Configure Header bidding with Prebid Parameters

Read more about how to [Manage Prebid settings with Prebid Parameters](/hb-manager/auction-behavior-and-optimization/manage-prebid-settings-with-prebid-parameters.md)
{% endstep %}

{% step %}

## Configure Header bidding with Prebid configuration

Read more about how to manage which placements / SSPs are being loaded: [Editing Prebid configurations](/hb-manager/setup/create-or-edit-prebid-configuration.md)
{% endstep %}

{% step %}

## Finetune where and how your placements are being loaded with Placement Tag Fields

In addition to Prebid configurations, you can use Placement Tag Fields to determine where and how your placements are being loaded. Read more: [Adding Placement Tag Fields - Advanced](/hb-manager/setup/adding-placement-tag-fields-advanced.md)
{% endstep %}

{% step %}

## Test your Header Bidding setup on a test page

Your Relevant Digital Technical Account Manager will help you set up a test page.
{% endstep %}

{% step %}

## Go live with Relevant HB Manager!

{% endstep %}
{% endstepper %}

## Optional Steps

### Serverside header bidding

Read how to setup Prebid server: [Adding the Prebid Server to your calls](/hb-manager/integrations-and-connections/adding-the-prebid-server-to-your-calls-old.md)

### Mobile apps

Read more about [Setting up Prebid Mobile in HB Manager](broken://spaces/thyujPhgXh1WtJZy8bjr/pages/d5d794ae390ba1d87a738368811c45e4a32511c1)

### Using Amazon UAM/TAM

Read more about [Adding Amazon UAM/TAM to your Prebid setup](/hb-manager/integrations-and-connections/adding-amazon-uam-tam-to-your-prebid-setup.md)

### AMP

Read more about [Setting up Prebid AMP in HB Manager](broken://spaces/thyujPhgXh1WtJZy8bjr/pages/7d35eda030f64caeba891d13c6ee852f92e0dc52)


---

# 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/overview-of-setting-up-hb-manager.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.
