> For the complete documentation index, see [llms.txt](https://bogos-guideline.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bogos-guideline.gitbook.io/user-guide/integration/mobile-app-builder-apps/onemobile.md).

# OneMobile

[One Mobile](https://apps.shopify.com/onemobile) is a powerful mobile app builder for Shopify merchants, designed to help brands launch their own iOS and Android apps quickly without coding. It empowers you to deliver a seamless, on-brand mobile shopping experience that increases customer engagement and loyalty.

With the [BOGOS](https://bogos.io/) and [One Mobile](https://onemobile.ai/) integration, you can easily bring your gift offers into a fully customized mobile app experience, helping boost conversion and retention on mobile.

> **One Mobile key features:**

* Drag-and-drop editor to design your app layout effortlessly
* Push notifications to drive retention and recover abandoned carts
* Native mobile performance for a smooth and fast user experience
* Deep integration with Shopify and popular third-party apps
* Fully customizable branding and flexible design elements
* Real-time sync with your Shopify store – products, collections, and promotions

### 1. How to set up on OneMobile

**Step 1**: Install One Mobile from the [Shopify app store](https://apps.shopify.com/onemobile)

<figure><img src="/files/rZbgM7mVN4XkLunGhgCx" alt=""><figcaption></figcaption></figure>

**Step 2**: Select a theme in One Moblie, and start [customizing](https://www.google.com/url?q=https://help.onemobile.ai/en/article/customize-the-app-interface-k4ie7m/\&sa=D\&source=editors\&ust=1751883551886517\&usg=AOvVaw1oEqZz4VMEILBbK81Dt7yo) your store’s mobile app interface

<figure><img src="/files/Oi7P81crbmxxIvuLdOP5" alt=""><figcaption></figcaption></figure>

**Step 3**: Go to OneMobile → Integration, then enable the toggle for BOGOS to activate the integration

<figure><img src="/files/buqI5sATFMqNVCtpOhoz" alt=""><figcaption></figcaption></figure>

**Step 4:**  [Set up & display](https://www.google.com/url?q=https://help.onemobile.ai/en/article/integrate-bogos-with-onemobile-wbw2vw/%232-ii-display-gifted-products-on-the-mobile-app\&sa=D\&source=editors\&ust=1751883551886997\&usg=AOvVaw24Jny8FbqP3WTo5hs9RSaV) Gifted Products on OneMobile:

Go to App Design → Customize, search for “Gift”, then drag the “Gift Block” into your mobile app UI

<figure><img src="/files/bOvAGbrJYEubmAMk1sOX" alt=""><figcaption></figcaption></figure>

### 2. How to set up on BOGOS App

**Step 5**: If you haven’t set up any Gift Offers yet, simply create them in the BOGOS app.

Go to BOGOS → Create Offer

<figure><img src="/files/DsddHbtgHqTlQVE3JVQn" alt=""><figcaption></figcaption></figure>

**Step 6**: Go to Setting → Sale channels → Tick OneMobile → Save

<figure><img src="/files/B2XCyUN51RMbhA0I1elm" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qn9phjRsUx9dCJGuydvV" alt=""><figcaption></figcaption></figure>

Now, the gift product can either be auto-added to the cart (if there’s only 1 gift) or displayed on the mobile UI (if there are multiple gifts) when the customer meets the condition.

<figure><img src="/files/1WOxddWhug7HOC174aOO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bogos-guideline.gitbook.io/user-guide/integration/mobile-app-builder-apps/onemobile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
