> 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/reneverse-tour.md).

# ReneVerse Tour

- [Welcome to ReneVerse](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse.md): Smart Ads for a Better Gaming Experience
- [Smart Ads & Branded Objects](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/smart-ads-and-branded-objects.md)
- [Smart Ads](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/smart-ads.md): Reach Gamers Where They Play with Smart Ads
- [Branded Objects](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/branded-objects.md): 2D/3D In-Game Objects for Custom Product Placement
- [Advertising Demand via ReneVerse](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/advertising-demand-via-reneverse.md): How advertisers curate campaigns and bring brands into your game.
- [The Portal](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/the-portal.md): The ReneVerse Portal is your all-in-one dashboard for managing games, ad inventory, campaigns, and organizations—built for both developers and advertisers to control their in-game ad experience.
- [The SDKs](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/the-sdks.md): ReneVerse SDKs for Unity, Unreal Engine, and Phaser 3 enable seamless integration of Smart Ads and Branded Objects—letting developers place, serve, and track immersive in-game ads with minimal effort.
- [ReneVerse Platform](https://docs.reneverse.io/reneverse-tour/reneverse-platform.md): Explore ReneVerse's SDK and Portal to Leverage Borderless Ads


---

# 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/reneverse-tour.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.
