> For the complete documentation index, see [llms.txt](https://docs.gojiberry.app/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gojiberry.app/documentation/integrations/setting-up-shopify-flow.md).

# Setting up Shopify Flow

Gojiberry is integrated with Shopify Flow, and you can set up automations to happen whenever a user completes a survey. These automations with Gojiberry will only be triggered when a user fully completes a survey, and not for users who do not make it to the final thank you slide of the survey. This integration works with the following Gojiberry features:

* 1-click survey
* Multi-question survey
* 5-second test<br>

To set up the Shopify Flow automation, do the following steps:

1. Open Shopify Flow, and create a workflow.

   <div><figure><img src="https://lh7-us.googleusercontent.com/3kurKVb55Wt03PLPyDRHDJT8OY2W0OzBNEDUtzEaaCa9rxhx9MeOtQcaQJfeAS5c-f_vWe2KrR4vpgUXqgUDonUcGUYWKtmLK1mcsOJtbwifV59a0n97IFCz_4avukkzoTpZ4JBaN7w9c-VTvYSro8k" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HmWEwofUxAD4JjxBHpZT" alt=""><figcaption></figcaption></figure></div>
2. Select <mark style="background-color:blue;">Gojiberry > Survey submitted</mark> as the trigger.

   <div><figure><img src="https://lh7-us.googleusercontent.com/SbN6xy3FXbfckWdyHubyBxVIQlnOeZ2P4D21-aZlA6zCjSP9NGeqXdLm4BcEnvfE2JPN57QUDsWgZG39PYUgoMFKz5u2XjDeJjmYOwxBalzlMIusPu-EAudLDrj5znpj3lTPe_VtM_JCshayIA6r5Vc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Y0Cve62ppaZLKXcYka6W" alt=""><figcaption></figcaption></figure></div>
3. Add any action you wish to the Gojiberry trigger. For this tutorial, we will add customer tags by selecting <mark style="background-color:blue;">Shopify > Add customer tags</mark>.

   <div><figure><img src="https://lh7-us.googleusercontent.com/J5b6aMG8ntnIdOMIZeWxTOMsx6EZ9LsWQbzplNQTnfd6ozIaTQEsA6McAY6Y9uPxb01uwPYUqUI7D1fPmZwD5CiWlW8mN9aVDYx0wt3_Hk542YDAL76hZzC68BgjRpPd81sccgtUJA5FT2glhj3eneY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/p9g73TBunEIJRyJzKRRj" alt=""><figcaption></figcaption></figure></div>

   <div><figure><img src="https://lh7-us.googleusercontent.com/S4NlY3uyKQWcx8GNxmlIVPMbVHXjS4C0VYK8Ss8Ov_5xlJmOfPIh3cNgOcDFtT7fj0UJg8NvfdpkgGevvmyssj_cgP0xF8uRjGzlnCCI0ti6A-AZqLumt6LbzAhHCzb_bjJncBXZLyamJlXb7HuOpwc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lWY1bTeY0FYqP7Nl9p5Y" alt=""><figcaption></figcaption></figure></div>
4. Click <mark style="background-color:blue;">Turn on workflow > Turn on</mark> to save and activate your automation.

   <div><figure><img src="https://lh7-us.googleusercontent.com/V1GG_Yec1xtEVzze0sWKUfT9SKq8hsk3rgvSSjhzVOjlsLx0wJ1SrezKqxj_tDcWrrQfKnTa2ASNlu8zaSjBSF-fSNJlwZNW2kq29Xl7x6aBfGvcGdxrH5ogihrvL_9p0-FjZjTre45j0SbccoAsrlA" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qFIdJMZLFWVM4FdqvObZ" alt=""><figcaption></figcaption></figure></div>

Now with your Shopify Flow automation turned on, the action you set will run every time a Gojiberry survey is completed.

<br>


---

# 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://docs.gojiberry.app/documentation/integrations/setting-up-shopify-flow.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.
