# Designing accessible lists and headings

> To add accessible lists in your app, use [the dedicated **List** control.](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/list#list)

To add accessible lists in your app, use [the dedicated **List** control.](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/list#list)

:::note
Avoid using **Container** or **Label** controls as lists. A screen reader will not correctly interpret the content as a list.
:::

To add accessible headings to your app, use [the dedicated **Header** control](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/header#header).

:::note
Avoid using a **Label** control as a header. A screen reader will not correctly interpret the content as a header.
:::
