> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Search element allows users to search for products in the store.

<Frame>
  <img src="https://mintcdn.com/thinddev/WJpokBS_R24FjARc/images/search.png?fit=max&auto=format&n=WJpokBS_R24FjARc&q=85&s=f7ae106e766879db2f02ecc004d06d6b" style={{ borderRadius: 16 }} width="462" height="178" data-path="images/search.png" />
</Frame>

Search element has two sub-elements:

<CardGroup cols={2}>
  <Card title="Search Form" icon="list-dropdown" href="/webflow/search/form">
    Search form allows users to input search queries to see products in the search list.
  </Card>

  <Card title="Search List" icon="list" href="/webflow/search/list">
    Search list allows users to view products added to the wishlist and remove them from the wishlist.
  </Card>
</CardGroup>
