# Content Blocks

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

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

A block is a modular unit of content that can be positioned almost anywhere on the page. Content blocks are sometimes referred to as static blocks, or CMS blocks, and can be used to display fixed information such as text, images, and embedded video, as well as dynamic information that is provided by a widget or originates in a database or other source.

ScandiPWA supports the display of content blocks on the storefront and the most popular settings for creating new blocks:

| FIELD          | STATUS        | DESCRIPTION                                                                                                                                                                                                                       |
| -------------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable Block   | **SUPPORTED** | <p>Determines whether the block is visible on the storefront. </p><p><strong>NOTE!</strong> When enabling back the block, <strong>flushing cache storage</strong> is needed (Admin → Cache Management → Flush Cache Storage) </p> |
| Block Title    | **SUPPORTED** | Determines the block title used for internal reference.                                                                                                                                                                           |
| Identifier     | **SUPPORTED** | Determines a unique block identifier.                                                                                                                                                                                             |
| Store View     | **SUPPORTED** | Determines the store view where the block is to be available.                                                                                                                                                                     |
| Content        | **SUPPORTED** | Determines the block content which will appear on the storefront.                                                                                                                                                                 |
| Social Plugins | **SUPPORTED** | Social networking sites have numerous plugins that can easily be added to your store.                                                                                                                                             |

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

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

{% file src="<https://626170148-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VHGtZdmD_S8OdvYOe%2Fscandipwa_%20ScandiPWA%20-%20Content.pdf?alt=media&token=fcc1cf8d-77d1-484f-a702-dd9a1c85465f>" %}
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.1.1/content/content-blocks.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.
