# How to display the option correctly in the product details page generated by Ecomposer

If you use Ecomposer to generate product pages, you may find our option in the top left corner of the page, which is not what we want.

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

To display the option in the correct position, we need to follow these steps:

Step 1: Open the Ecomposer app and navigate to the template editor.

<figure><img src="/files/xkB8xrf9g7jgg7QazS0L" alt=""><figcaption><p>Open the Ecomposer app</p></figcaption></figure>

Step 2: Switch to the **Elements** tab and search for **code** element.

<figure><img src="/files/OXECPGe53Q1hS0jbFBMo" alt=""><figcaption><p>Search for code element</p></figcaption></figure>

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

Step 3: Click the **Edit code** button on the left panel and copy the following code snippets into the code editor.

```
<div class="linked-option-variants-container"></div>
```

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

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

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

<figure><img src="/files/RJiPdTlBhWOkRAbCvqpD" 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://help.getalltool.com/king-linked-options/how-to-display-the-option-correctly-in-the-product-details-page-generated-by-ecomposer.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.
