# Scene setup

### 1. Configuring Prefabs

Drag and drop the OfferWall prefab from Assets > OfferWall > Prefabs > OfferWall.prefab in the first scene in your Build Settings.

**Drag and Drop OfferWallButton prefab**

Drag and drop the OfferWallButton prefab from Assets > OfferWall > Prefabs > OfferWallButton.prefab under any canvas game object.

### 2. Configuring App Key

Enter your PubScale app ID inside the "App Key" field located on OfferWall prefab.

<figure><img src="https://3371507213-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUVG0uxfukyc5xCdlEhZ%2Fuploads%2FjHk3b7lTMWYyUznAAgqs%2Fimage.png?alt=media&#x26;token=c9c547cf-3c4a-472a-bbeb-5e99100b81c9" alt=""><figcaption><p>OfferWall prefab</p></figcaption></figure>

{% hint style="info" %}
The PubScale app ID is an 8-digit identifier generated during the app creation process within the dashboard.
{% endhint %}

### 3. Test the OfferWall

Finally, To test the offer wall, build the application with the OfferWallDemo scene to an actual device. Check if you can see the “Open OfferWall” button.

{% hint style="warning" %}
Please make sure you have the Android build grade version 4 and above.
{% 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://pubscale.gitbook.io/offerwall-sdk/v1.0.5/unity/scene-setup.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.
