UseDocumentation Index
Fetch the complete documentation index at: https://docs.waterfall.io/llms.txt
Use this file to discover all available pages before exploring further.
title_filter to target specific personas with boolean logic.
Rules
- Operators must be uppercase:
AND,OR,NOT. - Use spaces around operators.
- Use parentheses for clarity and precedence.
- If
title_filteris missing, API can usetitle_filters.
Valid examples
managermanager AND NOT project manager(accountant OR accounting) AND NOT intern
Invalid examples
managerANDdirector(missing spaces around operator)manager NOT (project manager)(invalid expression form)