# User

### Key Features

* **Support for Multiple View Modes**: Handles different view modes like "full" or "teaser", catering to diverse display requirements.
* **Dynamic Content Rendering**: Capable of displaying all content related to the user, ensuring a comprehensive presentation of user profiles.
* **Utility Class Integration**: Provides the option to include additional utility classes for custom design and styling.

### Customization Options

* **Adaptive Styling**: Leverage utility classes to customize the appearance and layout of user profiles.
* **Versatile Content Display**: Efficiently manage and present various types of user-related content, adapting to specific user profile requirements.

### Usage

```twig
{% include 'radix:user' with {
  view_mode: 'full',
  content: user_content,
  user_utility_classes: ['custom-user-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/user.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.
