# Page: Footer

### Key Features

* **Attribute Management**: Facilitates handling footer attributes, ensuring they are correctly applied for customization needs.
* **Utility Class Integration**: Allows for the addition of custom utility classes to further tailor the footer's appearance and functionality.
* **Flexible Footer Content**: Supports dynamic content integration within the footer, making it adaptable to different types of footer designs.

### Customization Options

* **Dynamic CSS Classes**: Customize the appearance of the footer with custom CSS classes and utility classes.
* **Content Flexibility**: Easily integrate various types of content within the footer, allowing for a diverse range of design possibilities.

### Usage

```twig
{% include 'radix:page-footer' with {
  footer_utility_classes: ['utility-class'],
} %}
```


---

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