# Setting up your app

### 1. Create an account

Create an account with PubScale through the dashboard at <https://dashboard.pubscale.com>

### 2. Creating an Offerwall Unit

Once you have signed in, you can access Offerwall from the side navigation list.

1. Click on the **Offerwall** item on the navigation list

<figure><img src="/files/ZjTor6D1nCosxTuCC2so" alt="" width="375"><figcaption></figcaption></figure>

2. Next, create an Offerwall placement for the app by clicking on the **Create Offerwall** button and create the offerwall unit by providing the required details and config.

<figure><img src="/files/ISXqE1vaWNwElBGk1lhz" alt="" width="375"><figcaption></figcaption></figure>

3. Once you’ve created your app in the dashboard and selected the desired integration type (Android SDK, Web Integration, or API), your app will enter a **Pending Approval** state.

{% hint style="warning" %}
The approval process is **asynchronous** and typically takes **up to 72 hours** as our team manually reviews each submission.

This **does not block your integration** process. We strongly recommend proceeding with the integration immediately. You can use **sandbox mode** to view and test offers while your app is pending approval.

Please make sure to follow the **integration checklist** to ensure you don’t miss any required steps before going live.\
\
Once the app is approved, it may take up to 5 minutes for all changes to fully propagate. If you encounter any errors, please wait for 5 minutes after receiving the approval confirmation.
{% endhint %}

### 3. Before you go live

You can find the checklist by clicking on the **Integration Steps** card

<figure><img src="/files/b6YMNiyjSnZN9OtvCcp4" alt="" width="375"><figcaption></figcaption></figure>

Please make sure you have completed all the steps in the checklist and mark it as completed.<br>

<figure><img src="/files/dAwCbdec9G600HNUgRFy" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/basic-integration/setting-up-your-app.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.
