> 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.md).

# Defining Placeholders in the Portal

This guide walks you through how to set up both **Ad Surfaces** and **Branded Object Placements** using the web-based Portal.&#x20;

This is particularly useful if anyone *other* than your developer team members need to manage placements (or your developers need to make changes while away from their main computer).

{% hint style="warning" %}
Already working inside Unity, Unreal, or Phaser?

You can also define placements directly within your engine using the ReneVerse SDK. If you've gone that route, this section is optional.
{% endhint %}

***

### 🧱 What You'll Learn

* How to create and configure **Ad Surfaces** (for Smart Ads)
* How to create and configure **Branded Object Placements** (for in-world 3D brandable assets)

***

### 📚 In This Section

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/dUHoZRl9AUcXzZIndPV3"><strong>Creating Ad Surfaces</strong></a></td><td>Define where and how 2D Smart Ads (like banners and video panels) appear in your game world.</td></tr><tr><td><a href="/pages/FXHqT3vyFekW0jaxqyI8"><strong>Creating Branded Object Placements</strong></a></td><td>Set up branded 3D objects that can dynamically appear in your game environment.</td></tr></tbody></table>


---

# 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:

```
GET https://docs.reneverse.io/publisher-flow/defining-placeholders-in-the-portal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
