# What is Image Search?

Customers on Agora can search for products by uploading images to the search bar. To use Image Search click on the camera icon on the search bar. Here's how it works:

1. Click on the camera icon on the search bar.
2. Upload an image of the product you are looking for or drag and drop from another window on your device.
3. Agora will return products that are similar to the one you uploaded.
4. Choose and purchase a product.

If you run into any issues, contact [Support](/support/premium-support.md).


---

# 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.searchagora.com/customers/guides/what-is-image-search.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.
