> For the complete documentation index, see [llms.txt](https://docs.revtoo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revtoo.com/getting-started/add-your-placement.md).

# Add your Placement

In order to integrate our Revtoo Offerwall, first you have to add your app/website placement. Once you have your placement approved, you will have an `API KEY` and a `SECRET KEY`, that you will need to integrate our Offerwall or to use our [Offer Gallery](/additional/offer-gallery.md) Feature.

### Steps to add your placement

#### [Login](https://revtoo.com/?page=login) or [Signup](https://revtoo.com/?page=register) your account with Revtoo

{% tabs %}
{% tab title="Signup" %}

<figure><img src="/files/QIBpQsFK5uzMO4lY9ica" alt="Signup"><figcaption><p>Signup Page Example</p></figcaption></figure>
{% endtab %}

{% tab title="Login" %}

<figure><img src="/files/UClZ19ziOirC0jQweE5Z" alt="Login"><figcaption><p>Login Page Example</p></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Click on Placements then Create button

<figure><img src="/files/6N9zsRUkXM1nnqe1jgGq" alt=""><figcaption></figcaption></figure>

#### Fill up the form and submit your submission to us

<figure><img src="/files/bdJ5D9VNfsP1oBcHRUdM" alt=""><figcaption><p>Allow us up to 24 hours to check your placement request</p></figcaption></figure>

{% hint style="info" %}
Within 24 hours, your account will be approved by our team. After that make sure to add your postback and reward configs i.e. Exchange Rate, Currency Name, Currency Round etc.
{% endhint %}

{% hint style="info" %}
After your account is approved you can either use [iFrame](/integrate-offerwall/required-information.md) or [Offers API](/api/offers.md) to access our offers.
{% endhint %}

{% hint style="info" %}
We advice you to use [iFrame](/integrate-offerwall/required-information.md) if you run a simple Rewarding Platform, otherwise go with [Offers API](/api/offers.md).
{% endhint %}

{% hint style="info" %}
If neither [iFrame](/integrate-offerwall/required-information.md) and [Offers API](/api/offers.md) works for you, you can try [Offers Gallery](/additional/offer-gallery.md) Feature.
{% endhint %}


---

# 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.revtoo.com/getting-started/add-your-placement.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.
