# Displaying the Page Studio Styling

By default, the page.studio template is inserted into your current theme. This page template overrides most of your theme's styles, so the page you see within the editor closely resembles the end result.

Follow the steps below if you'd like to use this template with other themes.

1. Starting from your Shopify admin dashboard, click on **Online Store**, then click on **Themes.**
2. Find the theme you want to edit, click the **...** button, then select **Edit code.**

<figure><img src="/files/3uCLGccRmw9yuQXeDbX7" alt=""><figcaption></figcaption></figure>

3. On the left side, click on the **Files** icon to open the File Explorer.

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

4. Right-click on **templates** and select **New File**.

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

5. Name the new file **page.studio.liquid** and press enter.

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

6. Copy the code snippet below and paste it into the new file.

```html
<link href="//studios.cdn.theshoppad.net/pagestudio/blocks.css?v={{ page.metafields.global.version | default: 3 }}&shop={{ shop.permanent_domain }}" rel="stylesheet" type="text/css"/>
<script src="//studios.cdn.theshoppad.net/pagestudio/pagestudio.dist.js?v={{ page.metafields.global.version | default: 3 }}"></script>
<div class="studioengine">{{ page.content }}</div>
```

6\. **Save** your changes at the top right.

<figure><img src="/files/88UVr2YmtZ3fOjXE9RqL" alt=""><figcaption></figcaption></figure>

Now you'll be able to select the **page.studio** template from the Page Studio dashboard, and use it to construct beautiful pages!

<figure><img src="/files/Bkx5vfwxHWFVFE6n0zeA" 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://shoppad.gitbook.io/pagestudio/readme/displaying-the-page-studio-styling.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.
