# Selector Overview

Dasel selectors are simply a list of functions to execute.

Each function:

* Is separated by a `.`
* Accepts 0 or more arguments
* Returns 0 or more values
* May have aliases defined to make them easier to use

All functions are documented with examples.
