> For the complete documentation index, see [llms.txt](https://docs.reneverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reneverse.io/publisher-flow/defining-placeholders-in-the-portal/adding-branded-collections.md).

# Adding Branded Collections

Branded collections are created by brands outside the game, meaning that it could be implemented by any game of any organization, and here we'll see how to add this collection of branded assets into your game to utilize its ad surfaces.

In your game, select the one for which you want to add the collection of branded assets and open it, and in there you will see the button Collections Catalog. Click on that.

<figure><img src="/files/9PEXb5g4s5yvmZOsSzVJ" alt=""><figcaption></figcaption></figure>

Once the collection catalog is open, you will see the available collections created by brands that you can drag and drop into your game, meaning adding this collection as a part of your game. The difference with the [ownable collection](/publisher-flow/defining-placeholders-in-the-portal/creating-ownable-collections-and-defining-ad-surfaces.md) is that such a branded collection is not unique to your game, but could be added by other games and organizations as well.

<figure><img src="/files/CsAE9uEjd1IdoA0jmtOt" alt=""><figcaption></figcaption></figure>


---

# 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.reneverse.io/publisher-flow/defining-placeholders-in-the-portal/adding-branded-collections.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.
