# iFrame/Web Integration

Integrating Earnetize's offerwall into your app is a swift process, requiring just few minutes of your time. All you need to do is copy and paste the code provided below, ensuring to replace {app\_id} and {uniqueUserID} with your specific values. It's that simple!

```html
<iframe src="https://wallzone.earnetize.com/?app_id={app_id}&userid={uniqueUserID}"></iframe>
```

{% hint style="info" %}
There is no need to put { and } there.
{% 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://earnetize.gitbook.io/docs/integrations/iframe-web-integration.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.
