The Search Knowledge node runs a semantic search over a Knowledge Base and returns the most relevant passages. Use it to pull facts, policies, or product docs into a workflow before the next step decides what to do.Documentation Index
Fetch the complete documentation index at: https://docs.cogniagent.ai/llms.txt
Use this file to discover all available pages before exploring further.

When to use
- Grounded answers — Pull relevant policy or product passages before Ask AI drafts a reply.
- Lookups — Find the right SKU, FAQ entry, or playbook step based on a free-form query.
- Citations — Surface source passages so an actor or a downstream node can quote them with context.
How it works
- Pick which knowledge base to search.
- Write the query — usually a template that includes the user’s message or a derived variable.
- The node returns ranked matches (text + source metadata) into the output variable.
- Downstream nodes read
{{<output_variable>.results}}and pass it to Ask AI, App Action, or wherever it’s needed.
Next steps
Knowledge Base
Index documents that workflows and actors can search.
Ask AI
Pair Search Knowledge with Ask AI for grounded responses.
