# Logical operations

Discover the logical operations 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:

- [Overview](/reference/cql/expressions/operations/logical/overview): Learn general aspects of logical operations.
- [Not operation](/reference/cql/expressions/operations/logical/not): Learn how to negate a boolean value.
- [And operation](/reference/cql/expressions/operations/logical/and): Learn how to check if all conditions are true.
- [Or operation](/reference/cql/expressions/operations/logical/or): Learn how to check if at least one condition is true.
