# Locating Offer Wall SDK Credentials

When you add an app to the Offer Wall Dashboard, DT generates a **Client Security Token** and **App ID**. These are the credentials required for integrating the Offer Wall SDK.

{% hint style="info" %}
The **Client Security Token** is only required when you use the DT Virtual Currency Server. For more information, see [Setting Up Virtual Currency Server](/dt-console/offer-wall/setting-up-an-existing-app/setting-up-reward-handling.md#setting-up-virtual-currency-server).
{% endhint %}

To locate the SDK credentials for your app:

1. On the DT Console, go to **Monetization→Offer Wall**.\
   The Offer Wall Dashboard appears.
2. Click your app.\
   The Application Details screen appears.
3. Click the **Settings** tab.\
   The **SDK Configuration** section includes the Offer Wall SDK credentials,\
   **Client Security Token** and **App ID**.

<div align="left" data-with-frame="true"><img src="/files/fa3724138f062b5a2a4ef3e3427d1c3a4e11d2bb" alt=""></div>


---

# 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.digitalturbine.com/dt-console/offer-wall/locating-offer-wall-sdk-credentials.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.
