> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/apps/components/data-display.md).

# Data Display

- [Alert](https://docs.devolutions.net/powershell-universal/apps/components/data-display/alert.md): Add alert components to PowerShell Universal apps with New-UDAlert, using severity levels, titles, and custom content to communicate messages to users.
- [Badge](https://docs.devolutions.net/powershell-universal/apps/components/data-display/badge.md): Add badge components to PowerShell Universal apps with New-UDBadge, displaying counts or text over icons using customizable primary and secondary colors.
- [Chip](https://docs.devolutions.net/powershell-universal/apps/components/data-display/chip.md): Add chip components to PowerShell Universal apps with New-UDChip, supporting labels, icons, click events, and delete actions for compact user interactions.
- [Data Grid](https://docs.devolutions.net/powershell-universal/apps/components/data-display/data-grid.md): Build advanced data grids in PowerShell Universal apps with New-UDDataGrid, covering filtering, sorting, paging, editing, selection, and custom exports.
- [Date and Time](https://docs.devolutions.net/powershell-universal/apps/components/data-display/date-and-time.md): Format dates and times in PowerShell Universal apps with New-UDDateTime, using DayJS formatting templates and locale settings for browser rendering.
- [Icon](https://docs.devolutions.net/powershell-universal/apps/components/data-display/icon.md): Add FontAwesome icons to PowerShell Universal apps with New-UDIcon, covering icon search, sizing, rotation, borders, and custom CSS styling options.
- [List](https://docs.devolutions.net/powershell-universal/apps/components/data-display/list.md): Build vertical list components in PowerShell Universal apps with New-UDList and New-UDListItem, including icons, subtitles, and click event handlers.
- [Markdown](https://docs.devolutions.net/powershell-universal/apps/components/data-display/markdown.md): Render markdown content as HTML in PowerShell Universal apps with New-UDMarkdown, including guidance for formatting inside New-UDPaper containers.
- [Table](https://docs.devolutions.net/powershell-universal/apps/components/data-display/table.md): Build data tables in PowerShell Universal apps with New-UDTable, covering custom columns, filtering, sorting, paging, exporting, and server-side loading.
- [Timeline](https://docs.devolutions.net/powershell-universal/apps/components/data-display/timeline.md): Display chronological events in PowerShell Universal apps with New-UDTimeline, configuring alternating layouts, colors, and icons for each timeline item.
- [Tooltip](https://docs.devolutions.net/powershell-universal/apps/components/data-display/tooltip.md): Add hover tooltips to PowerShell Universal apps with New-UDTooltip, configuring placement, custom content, and severity-based tooltip types.
- [Tree View](https://docs.devolutions.net/powershell-universal/apps/components/data-display/tree-view.md): Build expandable tree structures in PowerShell Universal apps with New-UDTreeView, supporting static nodes and dynamic loading on node clicks.
- [Typography](https://docs.devolutions.net/powershell-universal/apps/components/data-display/typography.md): Style text in PowerShell Universal apps with New-UDTypography, covering heading variants, colored text, and theme-based styling with the Sx parameter.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/powershell-universal/apps/components/data-display.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
