# How to test the Inbox integration?

The Inbox feature allows you to retrieve and display past push notifications sent to a device or user ID. This feature enables you to create a notification center in your app, where users can find previously received messages.

<figure><img src="/files/TaMugpSBwXlJmwTk49f4" alt="Mobile app displaying a notification center with recent messages"><figcaption></figcaption></figure>

## Test your integration using a push campaign

To test your Inbox integration, send a standard push campaign from the dashboard. Inbox only stores push notifications sent through campaigns.

To send a test campaign:

{% stepper %}
{% step %}
Open the **Campaigns** tab on the dashboard and click **New Campaign - Push Message**.

<figure><img src="/files/q9DOLWeWmESp3Cf5M6vz" alt="Push campaign creation interface on the Batch dashboard"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Create a push campaign that targets the appropriate environment:

* If your app is **not live on the store** or you use a **dedicated test app**, target **All users**.
* If your app is live and no test app is available, create an [**Audience**](https://doc.batch.com/getting-started/features/customer-engagement-platform/profiles/audiences) with your test devices and target **only this audience**.
  {% endstep %}
  {% endstepper %}

{% hint style="danger" %}
Notifications sent from the **Debug tool** or using the **Send a test** button are not stored in Inbox.
{% 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://doc.batch.com/developer/technical-guides/how-to-guides/mobile/how-to-test-the-inbox-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.
