# Advertiser Overview

This section of the documentation is for those who want to <mark style="color:purple;">**create ad campaigns that will be used by games integrating them**</mark>. Below, you'll find step-by-step actions that are needed to start the process

1\) Of course, to start using ReneVerse services, you should have a registered account and if you don't have one yet, feel free checking [Registering as a New User](/getting-started/registering-as-a-new-user.md) section to perform it.

2\) Now you can successfully [create the advertisement campaign](/advertiser-flow/creating-ad-campaign.md) to implement dynamic advertisement possibilities into games.

3\) Once the advertisement campaign is created and the time when it's running is set, you can start [adding advertisements](/advertiser-flow/adding-ads-to-campaign.md) inside it to be projected in games.


---

# Agent Instructions: 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/advertiser-flow/advertiser-overview.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.
