Website Chat - 3 paths

Hello all,
I’m new to building agents, and I’m running into an issue building a multi-task chatbot.
Path A. Book an appointment: Works as expected
Path B. The FAQ section has an issue pulling the data source and displays a message, “I apologize, but your message seems incomplete. Could you provide more context about what location you are referring to?“
Path C. Submit a question: Works as expected

Can someone point me in the correct direction to successfully configure path B?
I really appreciate any help you can provide.

.

Hi @menostar,

Thanks for the post!

Could you share a remix link to your Agent so I can take a closer look? You can find it by clicking the Agent name, enabling Remixing, and copying the link:

Make sure to click Publish so I can access the latest version.

Hi Alex,
Thank you for the prompt reply.
https://app.mindstudio.ai/agents/website-chatbot-61dff503/remix

Hi @menostar,

Thanks for the remix link!

Path B isn’t working because the {{query}} variable in the Query Data Source block is never populated, so no search is being performed in your Data Sources.

Add a User Input block with the Query right after the Menu block to collect the user’s query and pass it to the Query Data Source block:

Hope this helps!