> 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/sdk-integration.md).

# SDK Integration

The ReneVerse SDK brings Smart Ads and Branded Objects into your game—seamlessly and with full control. SDKs are available for **Unity, Phaser 3,** and **Unreal Engine.**

Each engine has its own setup process, capabilities, and code examples tailored for real-time ad rendering, object placement, and performance tracking.

***

### 🚧 What You’ll Need Before You Begin

Make sure you’ve already:

* :white\_check\_mark: [Created an Organization](/getting-started/creating-a-new-organization.md)
* :white\_check\_mark: [Invited your team members](/getting-started/invite-members-to-your-team.md), especially your **core/lead developers**
* ✅ [Registered your game & Generated API Credentials](/publisher-flow/registering-your-game-and-generating-api-keys.md)

***

### 🛠️ Choose Your Engine

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f527">🔧</span> <a href="/pages/lJctA51HPsAh38s0zRV6"><strong>Unity</strong></a></td><td><em>Full SDK setup, in-editor ad placement, and campaign-ready tools for Unity devs.</em></td><td><a href="/pages/lJctA51HPsAh38s0zRV6">/pages/lJctA51HPsAh38s0zRV6</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f310">🌐</span> <a href="/pages/qATnx6PQ4qvvVxjBsLJW"><strong>Phaser 3</strong></a></td><td><em>Add ReneVerse to browser-based games using our lightweight JavaS</em></td><td><a href="/pages/qATnx6PQ4qvvVxjBsLJW">/pages/qATnx6PQ4qvvVxjBsLJW</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f3ae">🎮</span> <a href="/pages/Ay3VgYJIIzn9kxM7w6EW"><strong>Unreal Engine</strong></a></td><td><em>Powerful native SDK support for Unreal devs building immersive 3D worlds.</em></td><td><a href="/pages/Ay3VgYJIIzn9kxM7w6EW">/pages/Ay3VgYJIIzn9kxM7w6EW</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/sdk-integration.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.
