> 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/getting-started/getting-started-with-reneverse.md).

# Getting Started with ReneVerse

## 🧩 Preview of First Steps

1. **Register Your Account**\
   Sign up at [app.reneverse.io/register](https://app.reneverse.io/register) and verify your email with a One-Time Password (OTP).
2. **Create an Organization**\
   Set up your team’s workspace—this is where you’ll manage games, ads, and assets.
3. **Invite Members**\
   Collaborate by inviting teammates to your Organization. Each user can have specific roles and permissions.

## **Start Here** :point\_down:

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

***

## 🙋 Choose Your Role

Once your Organization is set up, continue below based on how you'll use ReneVerse:

### 🎮 I’m a Publisher (Game Developer)

Start here if you want to monetize your game with Smart Ads & Branded Objects.

**You’ll Learn:**

* How to connect your game to ReneVerse
* How Smart Ads & Branded Objects work in-game
* Ways to optimize performance and user experience

{% content-ref url="/pages/FSlogGyup4gt2iNEksqh" %}
[Publisher Flow](/publisher-flow/publisher-overview.md)
{% endcontent-ref %}

***

### 📢 I’m an Advertiser (Brand or Agency)

Start here to create, launch, and manage intrinsic in-game ad campaigns.

**You’ll Learn:**

* How to launch targeted in-game campaigns
* How to design compliant ad assets
* How to monitor ad performance and ROI

{% content-ref url="/pages/KL5CTGqWX6lb3VXcTYxe" %}
[Advertiser Flow](/advertiser-flow/advertiser-overview.md)
{% endcontent-ref %}


---

# 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/getting-started/getting-started-with-reneverse.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.
