> For the complete documentation index, see [llms.txt](https://ae-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ae-docs.keywordrush.com/storefronts.md).

# Storefronts

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

`Storefronts` are lists of URLs that will be parsed. You can add their data to posts.

Open the product page on the original shop and copy the URL.

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

You can add 3 types of URLs:

* URL of a single product,
* URL of a category or other archive page in a shop,
* URL of an image.

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

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

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

You can mix URLs from different shops and archives in a single storefront to create comparison lists.

For parsing a single image, use this syntax:

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
