# Storefronts

{% embed url="<https://www.youtube.com/watch?v=lxT2_awpnxY>" %}

`Storefronts` are lists of URLs which will be parsed. You can add data from them to posts.

Just open URL of the original product and copy URL.

You can find all supported shops in "[Deeplink](/deeplink.md)” tab.

You can add 3 types of URLs:

* URL of a single product,
* URL of a category or other archives of a shop,
* URL of an image.

In second case, the plugin will parse all products from the archive page. Use special syntax, for example:

```php
[catalog limit=10]http://supershop.com/super-catalog
```

`limit=10` shows how many products the plugin will parse from URL of the archive.

You can mix different URLs from different shops and archives in one storefront to make comparison lists.

For the single image parsing, use such syntax:

```php
[img title=”Super product"]http://supershop.com/image.png
```


---

# 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://ae-docs.keywordrush.com/storefronts.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.
