- Query AI sends a prompt to a model and hands you the answer. It has no web access, so give it everything it needs in the prompt.
- Web Research researches a topic online and returns an answer along with the sources it used. Use this instead of Query AI when the answer depends on current information.
- Run an Agent calls one of your agents as a step in the flow, so it arrives with its own instructions, tools, and knowledge.
- AI Categorizer sorts a list into buckets you define. You write the categories, and it returns one per item in the same order, so the results line up with what you sent in.
- AI Filter keeps only the list items that match a condition you describe in plain language.
- AI Data Extractor pulls specific values out of messy text, such as a name and a price from an email. Define a field for each value you want, and each one becomes a separate output for later nodes to use.
Filtering nodes can keep other lists in step with the one being filtered, so rows stay matched up. Add them under Associated columns and they are trimmed alongside the main list.