# Flash Search & EComposer

Here's a step by step tutorial:

1. First, we would want to create a collection template in **EComposer**, you can check their guide on it [**here**](https://help.ecomposer.io/docs/pages-templates/create-new-page/required-plugins/).
2. After that, we need to remove elements like collection products and filters in EComposer.
3. Finally, we drag and drop the **Code** element and paste this code:

```
<div id="flashsearch-filter-container"></div>
```

Please check out the video below for visual guidance.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCzuOkAOl5qfbBdbB78Ru%2Fuploads%2Fa0hfBmOO5sxnNjsKhV2d%2FECxFS2.mp4?alt=media&token=fa3d3284-6bdb-4d28-a1c7-a04dccf3dec7>" %}

{% hint style="info" %}
Note: Flash Search will replace the collection product section created by Ecomposer
{% 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://docs.flashsearch.io/resources/faq/flash-search-and-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.
