# Widgets

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

A widget is a snippet of code that makes it possible to display a wide range of content and place it at specific block references in your store.

ScandiPWA supports the display of the most popular widgets:

| TYPE                       | STATUS                                | DESCRIPTION                                                                                                                                                                                                                                                       |
| -------------------------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CMS Page Link              | **IN PROGRESS**                       | Displays a link to a specific CMS page. Allows you to specify custom text and title. Track the progress - <https://github.com/scandipwa/base-theme/issues/1495>                                                                                                   |
| CMS Static Block           | <p><strong>SUPPORTED</strong><br></p> | Displays a block of content at a specific location on a page.                                                                                                                                                                                                     |
| Catalog Category Link      | **IN PROGRESS**                       | Displays either an inline or block-style link to a selected catalog category. Track the progress - <https://github.com/scandipwa/base-theme/issues/1495>                                                                                                          |
| Catalog New Products List  | **SUPPORTED**                         | Displays a block of products that have been designated as new, for the duration of time specified in the product record.                                                                                                                                          |
| Catalog Product Link       | **IN PROGRESS**                       | Displays either an inline or block-style link to a selected catalog product. Track the progress - <https://github.com/scandipwa/base-theme/issues/1495>                                                                                                           |
| Catalog Products List      | **SUPPORTED**                         | Displays a list of products from the catalog.                                                                                                                                                                                                                     |
| Orders and Returns         | **IN PROGRESS**                       | <p>Gives guests the ability to check the status of their orders and submit requests to return merchandise.</p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1485"><https://github.com/scandipwa/base-theme/issues/1485></a></p> |
| Recently Compared Products | **COMING SOON**                       | <p>Displays the block of recently compared products.</p><p>ScandiPWA will support the display of the widget in the upcoming releases. </p>                                                                                                                        |
| Recently Viewed Products   | **SUPPORTED**                         | Displays the block of recently viewed products.                                                                                                                                                                                                                   |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://3440518709-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VHJJyIYFxuQzIs3pC%2Fscandipwa_%20ScandiPWA%20-%20Content.pdf?alt=media&token=ec99ed07-de61-4a13-b970-d363d07575ee>" %}
Content - Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.3.5/content/widgets.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.
