> ## Documentation Index
> Fetch the complete documentation index at: https://boxo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing Host App

To test **Boxo Connect** and custom events in action, try opening the **Boxo Store** sample miniapp using the **App ID**: `app36902`.

### Boxo Connect

To test Boxo's single sign-on feature, open Boxo Store and click on **Login** in the profile dropdown

### Custom events

To test custom events click on **Buy** button for any of the listed product list. Custom events should be in the form of:

```
{
  type: 'buy_from_miniapp',
  payload: {
    currency: 'USD',
    name: 'Teapot',
    price: 110,
  },
  request_id: 1
}
```
