# Product Tabs

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

Go to **Storefront** -> **My Themes** -> **Customize**. <mark style="color:red;">(If your store is a new store, you may need to go to</mark> <mark style="color:red;"></mark><mark style="color:red;">**Channel Manager -> Themes -> Edit Theme**</mark><mark style="color:red;">)</mark>

In the **Theme Editor** -> Go to **Product Detail Page** -> **Product Tabs**

**\*\* Sample Content of Product Description**

After that, input sample content below:

````html
```html
<p>A product description is a form of marketing copy used to describe and explain the benefits of your product. In other words, it provides all the information and details of your product on your ecommerce site. These product details can be one sentence, a short paragraph or bulleted. They can be serious, funny or quirky. They can be located right next to or underneath product titles and product images. They can be scannable selling points or have strong readability.</p>
<p><img class="image" title="Description Image" src="../../../product_images/uploaded_images/description.jpg" alt="Description Image" width="720" height="355" /></p>
<h6>Sample Unordered List</h6>
<ul>
    <li>Made with state-of-the-art flow forming technology.</li>
    <li>The perfect blend of light weight and strength.</li>
    <li>Proven to enhance handling, braking and acceleration.</li>
    <li>T&Uuml;V, VIA and JWL certified to ensure high standards of safety</li>
</ul>
<h6>Sample Ordered List</h6>
<ul>
    <li>Standard color options are Liquid Metal and Tarmac.</li>
    <li>Optional and custom powder coat colors available.</li>
    <li>Euro, Asian, and American fitments.</li>
    <li>Backed by lifetime limited structural warranty and 2-year finish warranty.</li>
</ul>
<div class="description-slider">
    <div><img class="image-item" src="../../../product_images/uploaded_images/category-carousel-1.jpg" alt="Description Image" /></div>
    <div><img class="image-item" src="../../../product_images/uploaded_images/category-carousel-2.jpg" alt="Description Image" /></div>
    <div><img class="image-item" src="../../../product_images/uploaded_images/category-carousel-3.jpg" alt="Description Image" /></div>
    <div><img class="image-item" src="../../../product_images/uploaded_images/category-carousel-4.jpg" alt="Description Image" /></div>
    <div><img class="image-item" src="../../../product_images/uploaded_images/category-carousel-5.jpg" alt="Description Image" /></div>
</div>
<h6>Sample Block Quote</h6>
<blockquote class="blockquote"><q>If you have a more technical product, don&rsquo;t be afraid to get in the weeds with your product description. Prove to your customer your brand&rsquo;s expertise in the industry by providing all possible details they&rsquo;d need to know before they ever even have to ask. </q></blockquote>
<p>Since some online shoppers only scan text on websites, it might be helpful to use bullet points that cover the most important product details. Bullet points should generally be used for specs (like dimensions) or short phrases (like features) so they are quick and easy to read.</p>
```
````

{% hint style="info" %}
Input in Theme Editor limit 64 characters.
{% endhint %}

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save** and **Publish** to repackage the edited theme.
{% 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://halosoft.gitbook.io/spark-documentation/product-detail-page/product-tabs.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.
