# Node

### Key Features

* **Promotion and Stickiness Indicators**: Includes class-based indicators for nodes that are promoted or sticky.
* **Publication Status**: Marks unpublished nodes with a specific class for styling or visibility control.
* **Dynamic Class Application**: Automatically applies classes based on node characteristics like content type and view mode.
* **Content Type and View Mode Specific Styling**: Facilitates unique styling for different content types and view modes.

### Customization Options

* **Content Type-Based Styling**: Customize the appearance of nodes based on their content type.
* **View Mode Adaptation**: Adjust styling for different view modes like 'full', 'teaser', etc.
* **Status Indicators**: Style nodes differently based on whether they are promoted, sticky, or unpublished.

### Usage

```twig
{% include 'radix:node' with {
  node: node_object,
  title_attributes: title_attributes,
  author_attributes: author_attributes,
  content_attributes: content_attributes,
  content: node_content,
  label: node_label,
  url: node_url,
  display_submitted: true,
  author_name: author_name,
  date: published_date
} %}
```


---

# 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/node.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.
