> For the complete documentation index, see [llms.txt](https://daseldocs.tomwright.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daseldocs.tomwright.me/v2/functions/and.md).

# And

And accepts 1 or more arguments.

Dasel treats each argument as a selector and performs a query using the current value as the root.

If all of the resulting values are truthy, and returns true.
