# Numerical quantifiers

Learn how to express numerical quantifiers 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:

- [At-least quantifier](/reference/cql/expressions/quantifiers/numerical/at-least): Learn how to check that at least a certain number of items satisfy a condition.
- [At-most quantifier](/reference/cql/expressions/quantifiers/numerical/at-most): Learn how to check that no more than a certain number of items satisfy a condition.
- [Exactly quantifier](/reference/cql/expressions/quantifiers/numerical/exactly): Learn how to check that a number of items in a collection satisfy a condition.
