# Why don't my live pages match the page editor?

If your pages aren't appearing as they do within the editor, you'll need to adjust the template they're using. Follow the steps below to do this.

1\. Starting from the Page Studio dashboard, locate the page(s) with the formatting issue.

2\. Click on the gear icon located to the right of page's title.

3\. Find the **Template** section, then select the **page.studio** template from the drop down menu.

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

{% hint style="info" %}
Not seeing the page.studio template? Check out [this article](/pagestudio/readme/displaying-the-page-studio-styling.md).
{% endhint %}


---

# 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://shoppad.gitbook.io/pagestudio/troubleshooting/why-dont-my-live-pages-match-the-page-editor.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.
