# How to search by URL

Customers on Agora can now search by pasting the URL for a Shopify or WooCommerce product. Here is how:

1. On the [Home](/merchants/guides/home-page-docs.md) page, click on the URL icon on the search bar.
2. Paste the URL for a product on a Shopify or WooCommerce store that you like.
3. Search results will show the most similar products to the one you pasted on the search bar.

If you have any questions, 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/how-to-search-by-url.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.
