# Required App Embed

<details>

<summary>What is Theme App Extension all about?</summary>

* It’s a different way to integrate third-party apps (like Omega) with your Online Store. It’s more intuitive, a toggle away, and much more optimal.
* Previously, for Omega to work, we have to do some technical thing behind the scene that usually involves automatically injecting scripts/snippets to your theme. And sometimes if the theme is not compatible, we would have to do it manually - the hard-coded way.
* Then with the current trend of merchants increasingly moving 2.0, Shopify offers us third-party integration through a better method - theme app extension.

:bulb:We try our best to explain this to non-tech people, but if you are more tech-savvy and would like to learn more, just ask us.

</details>

### Integrate Two Owls with your Online Store via Theme app extension

Just go to this page in your theme editor via this address

#### [/admin/themes/124896575639/editor?context=apps](https://geeman-3.myshopify.com/admin/themes/124896575639/editor?context=apps)

#### Example: <https://geeman-3.myshopify.com/admin/themes/124896575639/editor?context=apps>

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

### FAQs

<details>

<summary>Why is this necessary?</summary>

There are multiple benefits to this:

* Enabling App Embeds allows Omega to stay fully compatible with your (future) OS 2.0 & reduces the burden on your end. You will less likely be asked for access to the theme by us.
* With this, you can be assured the app stops functioning at the moment you uninstall it. No ghost snippets, left-over code messing up with your theme beyond uninstallation.

:point\_right:We would like to urge you to take this action asap because there will probably be no traditional integration in the future - meaning if you don’t do this the app might stop working sometime in the future.

</details>

<details>

<summary>What if I've already added Two Owls scripts to my theme before this?</summary>

No worries. You can still enable app embeds and we will automatically switch the workaround. The app will work with your theme the "embeds" way from the moment you enable it.

</details>

<details>

<summary>What if Two Owls has added some custom snippets to my theme to track a special button?</summary>

If you enable app embeds, we'll carry over the custom snippet along with the embeds, so rest assured your customization will remain intact.

:point\_right:This is only true as long as you don’t switch the theme. If you ever decide to switch and we have customized something for you before, remember to contact us for a thorough check-up.

</details>

<details>

<summary>Is adding Two Owls Script at the Order Status Page still required if I have embedded the app this way?</summary>

Yes, still required because that ensures your purchases fire properly.

</details>


---

# 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.twoowls.io/getting-started/important-checklists/app-checklist/required-app-embed.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.
