# Shopify

Now, we will teach you step by step how to integrate your AI Agent into your Shopify online store. **Please note that only the “Bubble” version of your Agent is available for this integration.**

1. The first thing you need to do is [Log In](https://www.shopify.com/es-es) to Shopify. If you don’t have an account, you can create one [here](https://www.shopify.com/es-es/prueba-gratis?term=shopify\&adid=589064299826\&campaignid=15439902932\&branded_enterprise=1\&BOID=brand\&utm_medium=cpc\&utm_source=google\&gad_source=1\&gclid=CjwKCAjwwr6wBhBcEiwAfMEQswOfqIRUxR5f19LV0DkJmESrW_aZBLGrzNPDspIgDfZTox1kw454AxoCUkoQAvD_BwE\&cmadid=516586848;cmadvertiserid=10730501;cmcampaignid=26990768;cmplacementid=324286430;cmcreativeid=163722649;cmsiteid=5500011) and get a 3-day free trial.
2. Once inside, go to the **“Online Store”** section on the sidebar and access **“Themes”** within it.
3. Once here, click on the icon with the 3 dots of the active theme, next to Customize, and then in **edit the code**.

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

4. Paste your Agent's code.
5. Once your Shopify store code is open, you can go to **“Sections”** and look for *header.liquid* or simply search for it in the search bar at the top left.
6. Now you just need to copy the Agent's code. You will find it in the Settings section of Shopify on the Caleida Dashboard, under Advanced Integrations.
7. Paste it at the end of the existing code and you're done. Before leaving, don't forget to click the Save button in the top right corner.

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

And we are ready! You now have everything you need to revolutionize your sales in your Shopify store.

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


---

# 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.caleida.io/integrations/shopify.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.
