# Data Display

- [Alert](https://docs.powershelluniversal.com/apps/components/data-display/alert.md): Alert component for Universal Apps.
- [Badge](https://docs.powershelluniversal.com/apps/components/data-display/badge.md): Badges component for Universal Apps.
- [Chip](https://docs.powershelluniversal.com/apps/components/data-display/chip.md): Chip component for Universal Apps.
- [Data Grid](https://docs.powershelluniversal.com/apps/components/data-display/data-grid.md): Data grid component for Universal Apps.
- [Date and Time](https://docs.powershelluniversal.com/apps/components/data-display/date-and-time.md): Date and time component for Universal Apps.
- [Icon](https://docs.powershelluniversal.com/apps/components/data-display/icon.md): Icon component for Universal Apps
- [List](https://docs.powershelluniversal.com/apps/components/data-display/list.md): List component for Universal Apps.
- [Markdown](https://docs.powershelluniversal.com/apps/components/data-display/markdown.md): Markdown display for Universal Apps.
- [Table](https://docs.powershelluniversal.com/apps/components/data-display/table.md): Table component for Universal Apps
- [Timeline](https://docs.powershelluniversal.com/apps/components/data-display/timeline.md): Time line control for PowerShell Universal Apps
- [Tooltip](https://docs.powershelluniversal.com/apps/components/data-display/tooltip.md): Tooltip component for PowerShell Universal Apps.
- [Tree View](https://docs.powershelluniversal.com/apps/components/data-display/tree-view.md): Tree view component for Universal Apps.
- [Typography](https://docs.powershelluniversal.com/apps/components/data-display/typography.md): Typography component for Universal Apps


---

# 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.powershelluniversal.com/apps/components/data-display.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.
