# Required Information

Revtoo enables users to benefit from incentives and rewards thanks to segmented, automatically translated ads. Our offerwall will adapt to any screen and will show offers to your users.

Before being able to integrate our offerwall, you must [register your website/app first](/getting-started/add-your-placement.md). Once you have registered your website you will have an `API KEY` and a `SECRET KEY.`

## Get your API and Secret Key

{% tabs %}
{% tab title="Step 1" %}

<figure><img src="/files/01vm5MzfINBBfqUZXKld" alt=""><figcaption><p>Click on Placements and then click on the Edit button</p></figcaption></figure>
{% endtab %}

{% tab title="Step 2" %}

<figure><img src="/files/zidb93sosYpyeNEx4YDp" alt=""><figcaption><p>Ensure all information is correct then click Integration tab</p></figcaption></figure>
{% endtab %}

{% tab title="Step 3" %}

<figure><img src="/files/j555fR57tarGeqiRo5WZ" alt=""><figcaption><p>Copy your API and/or Secret Key</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
All API Keys and Secret Keys shown above are for demo purposes only. Never share your **Secret Key** with anyone, even if they claim to be from Revtoo.
{% endhint %}

{% hint style="info" %}
Feel free to share your API Key, as it functions like a public key.
{% endhint %}


---

# 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.revtoo.com/integrate-offerwall/required-information.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.
