> For the complete documentation index, see [llms.txt](https://help.orbe.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orbe.app/geolocation-popup/getting-started/how-to-set-up.md).

# How to set up

To get started, open Orbe from your Shopify admin and click on **Customize popup**. This will take you directly to the **Shopify Theme Editor**, where you can manage how the popup appears on your storefront.

Once inside, make sure to activate the **App Embed** feature in the left-hand panel.

### Test mode

The **Test Mode** lets you preview and style the popup without publishing any changes live. While Test Mode is on, the popup will only be visible to you, allowing you to experiment safely with the design and content before going live.

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

{% hint style="warning" %}
**Remember:** once you’ve finished configuring, make sure to **disable Test Mode** so the popup no longer appears in preview. It is only a checkbox while you want to customize the popup in the Theme Editor.
{% endhint %}

### Enable the welcome popup <a href="#enable" id="enable"></a>

Watch this **quick tutorial** to see exactly how to set it up in just one minute.

{% embed url="<https://www.loom.com/share/ea2e7671b5364d5ab9d164b858d99951?sid=63c2159b-8357-4b9c-ae5f-eaa19d9413da>" %}


---

# 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://help.orbe.app/geolocation-popup/getting-started/how-to-set-up.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.
