# Selectors

Discover the different selectors available in CQL.

> **Looking for something specific?**
>
> Use the search bar at the top of the page or press `/` to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

- [First selector](/reference/cql/expressions/accessors/bracket/selectors/first): Learn how to get the first items of a list.
- [Last selector](/reference/cql/expressions/accessors/bracket/selectors/last): Learn how to get the last items of a list.
- [Ordinal selector](/reference/cql/expressions/accessors/bracket/selectors/ordinal): Learn how to get an item by its position in the list.
- [Expression selector](/reference/cql/expressions/accessors/bracket/selectors/expression): Learn how to get values using dynamic expressions.
- [Wildcard selector](/reference/cql/expressions/accessors/bracket/selectors/wildcard): Learn how to apply a selector across multiple items.
- [Scan selector](/reference/cql/expressions/accessors/bracket/selectors/scan): Learn how to collect values from nested structures.
