> For the complete documentation index, see [llms.txt](https://documents.shopifymate.com/vapas-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.shopifymate.com/vapas-documentation/greeting/change-log.md).

# Change Log

### Vapas ver 3.0.0 ( 16 Mar 2024 )

* \[UPDATED] 04 Homepages Layout

{% hint style="info" %}
**Please note**: This update only adds the number of homepages and has no functional changes, so we still keep version 3.0.
{% endhint %}

***

### Vapas ver 3.0.0 ( 07 Nov 2023 )

{% hint style="info" %}
**Please note**: *Small update so we did not change the version name*
{% endhint %}

* \[UPDATED] New Documentation - By using the new Online Documentation, you have an additional "Search Bar" to find the problem you are looking for quickly.

***

### Vapas ver 3.0.0 ( 02 Nov 23 )

* \[Update] Fake Order popup
* \[Update] TikTok section
* \[Update] Judge.me product reviews
* \[Update] Variant pattern support
* \[Update] Recently viewed products
* \[Update] 12+ product page layout
* \[Update] Product 360, 3D & Video Import on the Product page
* \[Update] Color variations are supported 4 types: Color Dotted, - Dropdown List, Image (Use the product image itself), and Variant Pattern
* \[Update] Quick shop on the product item
* \[Update] 08 collection page layout

***

### Vapas ver 1.1.0 ( 16 Dec 22 )

* \[Update] Multi-Language
* \[Update] Product detail video upload
* \[Update] Collection range price
* \[Update] Collection load more
* \[Update] Collection infinity scroll

***

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documents.shopifymate.com/vapas-documentation/greeting/change-log.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
