# Page: Content

### Key Features

* **Content Area Styling**: Includes pre-set and customizable classes to style the main content area.
* **Header and Content Blocks**: Features dedicated blocks for page headers and content, allowing for easy customization and content management.
* **Utility Class Support**: Supports the integration of utility classes for additional styling flexibility.

### Customization Options

* **Main Content Classes**: Customize the styling of the main content area with CSS classes and utility classes.
* **Modular Content Blocks**: Utilize blocks for headers and inner content, offering flexibility in designing and structuring the content layout.

### Usage

```twig
{% include 'radix:page-content' with {
  content_attributes: content_attributes.setAttribute('class', ['custom-class']),
  page_main_utility_classes: ['utility-class'],
  page_header_container_type: false,
  page_header_container_utility_classes: ['my-5'],
  page_content_container_type: 'xxl',
} %}
```


---

# 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://docs.trydrupal.com/radix/components/page-content.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.
