> For the complete documentation index, see [llms.txt](https://help.trybeans.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trybeans.com/integrations/shopify/os-theme-2.md).

# Shopify OS 2.0

{% hint style="info" %}
This article is only useful if you have an [Online Store 2.0 theme](https://help.shopify.com/en/manual/online-store/themes/managing-themes/upgrading-themes#download-an-online-store-2-0-theme-from-the-shopify-theme-store)
{% endhint %}

If you are using a Shopify Online Store 2.0 theme, it is critical to enable the Beans app in your Shopify theme. The new Online Store 2.0 is a recent improvement released by Shopify to make it easier for app developers to integrate fully with a merchant Shop.&#x20;

You are required to enable Beans in your Online Store 2.0 theme so that your customers can access and use the app functionalities on the storefront.&#x20;

### Steps

1. From the **Shopify dashboard**, go to your **Themes** page.
2. Locate the **Current theme** section and click on **Customize**.
3. Click on **Theme Settings**, go to the **App Embed** tab then locate the **Beans Ultimate** app extension and switch it on.

![Enable Beans in Shopify Store 2.0 theme](/files/zEMgMPHRS5xvbqIJiZjN)


---

# 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.trybeans.com/integrations/shopify/os-theme-2.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.
