Ask a Human for Help When the AI Doesn't Know the Answer - n8n Workflow | Neura Market
Ask a Human for Help When the AI Doesn't Know the Answer
This is a workflow that tries to answer user queries using the standard GP-4 model. If it can't answer, it sends a message to Slack to ask for human help. It prompts the user to supply an email address.
This workflow is used in [Advanced AI examples | Ask a human](https://docs.n8n.io/advanced-ai/examples/human-fallback/) in the documentation.
To use this workflow:
1. Load it into your n8n instance.
2. Add your credentials as prompted by the notes.
3. Configure the Slack node to use your Slack details, or swap out Slack for a different service.
Platform
n8n
Category
AI & Machine Learning
Price
Free
Creator
Deborah
if
code
slack
stickyNote
agent
chatTrigger
lmChatOpenAi
toolWorkflow
executeWorkflowTrigger
memoryBufferWindow
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.