# Accessors

Dicover the different ways to access properties and attributes 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:

- [Ownership notation](/reference/cql/expressions/accessors/ownership): Learn how to access properties using the apostrophe-s notation.
- [Possessive notation](/reference/cql/expressions/accessors/possessive): Learn how to access properties using a phrase-like form.
- [Dot notation](/reference/cql/expressions/accessors/dot): Learn how to access properties using dot notation.
- [Bracket notation](/reference/cql/expressions/accessors/bracket): Learn how to access properties using bracket notation.
