# Advanced Customization for Embedding

You can make the portal look better integrated by adding a new theme asset, with a few more tweaks to your Shopify page.

* Firstly, open the **Themes** tab in the Shopify control panel. Here select the **Edit Code** in the **Actions** drop-down menu.

![Themes > Actions > Edit Code](/files/-LwFZNCihMH1T00NbeXd)

* After this select **Add a new template**.

![Add a new template](/files/-LwF_G7hpHJsspdbL9fM)

* Here select the **page** and name it **goaffpro.** After this click on the **Create template** button.

![page > goaffpro > Create template](/files/-LwFaaRw1KXEv1_2xawd)

* You will now replace the code of the new template with the following code. After doing so, you will click on **Save** to save the template.

```markup
<section style="min-width:'100%'">{{page.content}}</section>
```

![Write Code > Save](/files/-LwFcK4mrFjRoYI-clV0)

* After this, open your newly created page in the **Pages** tab of the Shopify control panel.

![Pages tab > Affiliate Portal Page ](/files/-LwFdPpBOrG-qkqjQZtw)

* Here change the page's template to **page.goaffpro**. Click on **Save** to save the changes.

![Template > page.goaffpro > Save](/files/-LwFeEsAFe0KkqcDH_sM)


---

# 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://docs.goaffpro.com/affiliate-portal-customization/advanced-customization/embed-affiliate-portal-in-your-store/advanced-customization-shopify-only.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.
