Turn your website into a voice help desk that answers questions using your own documents. A voice agent collects the question, looks up the right information, and sends back a clear answer. Great for customer support teams that want fast, accurate replies without adding more staff.
Here is how it works. A webhook listens for a question from the voice agent. Your Google Drive files are loaded, split into small parts, turned into embeddings with OpenAI, and saved in a Qdrant vector database. An AI agent uses an OpenAI chat model and a vector store tool to search Qdrant and craft a helpful response. The workflow then returns the answer to the voice agent, which speaks it back to the visitor.
To set it up, you need accounts for ElevenLabs, Google Drive, OpenAI, and Qdrant. Replace the Qdrant URL and collection name in the nodes, connect your Drive folder, and paste the n8n webhook URL into your voice agent tool with a question field named question. Expect faster replies, lower support load, and round the clock help for FAQs, product info, and store details.