# Content Settings

In the category content settings, you can add and additional content to your category page on the store view level. With ScandiPWA you are welcome to customize your categories using the most popular default Magento settings:

| FIELD          | STATUS        | DESCRIPTION                                                                                                                                     |
| -------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Category Image | **SUPPORTED** | Upload an image that will appear at the top of the category page.                                                                               |
| Description    | **SUPPORTED** | Determined a description of the category content that will appear under the category name.                                                      |
| Add CMS Block  | **SUPPORTED** | <p>Adds an existing CMS block to the category page.</p><p>When added, the CMS block is displayed on the category page below the pagination.</p> |

{% hint style="info" %}
**Caching Note**

The content settings will be updated on the Front-End immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and new cache entry will be stored.
{% endhint %}


---

# 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.0.5/catalog/categories/content-settings.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.
