# Shopify Flow

## Overview

The app integrates with Shopify Flow by adding triggers, allowing you to use form submission triggers to initiate other automations.

To use this functionality, ensure the Shopify Flow app is enabled. For more detailed information, visit the [Shopify Flow documentation](https://help.shopify.com/en/manual/shopify-flow).

Additionally, enable the flow in the App admin by navigating to **App settings > General > Shopify Flow trigger > Enable**.

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

### How to use it

Once Shopify Flow is working, it is accessible in the Shopify admin.

To access it, navigate to **Apps > Shopify Flow**. From there, you can manage and create new workflows to automate various tasks within your store.

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

To create a new workflow, start by creating a trigger. Select **My Product Cares/Registration's Product registration submitted** as the trigger.

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

This means that every time a product registration is submitted, it will trigger the entire workflow.

As for the actions, they will depend on your needs. For example, you can configure it to send out an email.

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

All subsequent actions will have access to the variables and data provided by the trigger, allowing you to utilize them in various parts of your workflow.

<figure><img src="/files/WjRYkqCVM6kQSLbyYXWn" 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://doc.product-reg.varify.xyz/advance/shopify-flow.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.
