> 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/quick-start-guide.md).

# Quick Start Guide

### 1. 🧾 Account Setup

If you haven’t yet, [create an account](https://app.reneverse.io/register) to access ReneVerse services and tools.

Once registered, you’ll get access to the **ReneVerse Portal**, where you can manage games, assets, campaigns, and more.

{% content-ref url="/pages/wKnm4KHs5bYIc2FLVO0i" %}
[Registering as a New User](/getting-started/registering-as-a-new-user.md)
{% endcontent-ref %}

***

### 2. 🏢 Organization Setup

Create an **Organization** to manage your games or campaigns and collaborate with your team. This is needed if you're a Game Developer (a Publisher) or a Brand (an Advertiser).&#x20;

{% content-ref url="/pages/LlbhwsZzauQDd1GFgbSh" %}
[Creating a New Organization](/getting-started/creating-a-new-organization.md)
{% endcontent-ref %}

***

> *The following steps apply specifically to **Publishers** integrating the ReneVerse SDK into their games.*

***

### 3. 🎮 Game Registration

Register your game in the Portal to receive your **API Key** and **Private Key**, which you’ll need for SDK integration.

{% content-ref url="/pages/VYSU0lMyIEF1Yz2A8zNk" %}
[Registering Your Game & Generating API Keys](/publisher-flow/registering-your-game-and-generating-api-keys.md)
{% endcontent-ref %}

***

### 4. 🧱 Define Placements In-Engine

With the latest SDK updates, you can now create **Ad Surfaces** and **Object Placeholders** directly inside Unity, Unreal Engine, or Phaser—no need to set them up in the Portal first (though you still can!)

* If you want to set these in your SDK, move on to Step 5.
* If you want to set these in the Portal, check out this page:

{% content-ref url="/pages/nVQJxIVlsxQFonkXf733" %}
[Defining Placeholders in the Portal](/publisher-flow/defining-placeholders-in-the-portal.md)
{% endcontent-ref %}

***

### 5. 📦 Integrate the SDK

With placements set, complete your integration by installing the ReneVerse SDK. It handles Smart Ad and Branded Object placement, ad performance tracking, and communication with ReneVerse services.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Unity</strong></td><td><a href="/pages/lJctA51HPsAh38s0zRV6">/pages/lJctA51HPsAh38s0zRV6</a></td></tr><tr><td><strong>Unreal Engine</strong></td><td><a href="/pages/Ay3VgYJIIzn9kxM7w6EW">/pages/Ay3VgYJIIzn9kxM7w6EW</a></td></tr><tr><td><strong>Phaser 3</strong></td><td><a href="/pages/qATnx6PQ4qvvVxjBsLJW">/pages/qATnx6PQ4qvvVxjBsLJW</a></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/quick-start-guide.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.
