> For the complete documentation index, see [llms.txt](https://docs.getmesa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getmesa.com/connect/page-studio.md).

# Page Studio

## Connection <a href="#connect" id="connect"></a>

If you don't already have a Page Studio connection created, enter your Shopify Store ID and click Authorize in Shopify.

<figure><img src="/files/84981OO7P3xuBgvXFYeG" alt=""><figcaption></figcaption></figure>

## Configure <a href="#configuring" id="configuring"></a>

#### I don't see my Page Studio workflow activating when I update something in Page Studio? <a href="#triggers" id="triggers"></a>

MESA workflows that contain Page Studio [Triggers](/workflow-builder/triggers.md) (such as **Page Created** and **Page Updated**) will run on a polling system. Meaning, on every hour or whatever the selected frequency is selected in your MESA workflow, MESA will look for any recent activity in Page Studio. As a result, you may not see immediate activity in your MESA workflow until the frequency hits.

Once the frequency hits, MESA will process every single task that has accrued within the previous timeframe.

{% hint style="info" %}
**🗒 Note**: Please note that available frequencies will differ depending on your MESA billing plan.
{% endhint %}


---

# 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:

```
GET https://docs.getmesa.com/connect/page-studio.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.
