Chatbot on wordpress site gives error when asked a question

Describe the problem/error/question

i want my chatbot to answer user questions using the website i provided. When i ask a general question it answers but when i ask it a question about the website it gives me an error. i want the chatbot to be able to recommend me a product based on the question that i asked. What am i doing wrong?

What is the error message (if any)?

Please share your workflow

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi!
How do you want an agent to retrieve this information? I see you connected the http request node. What should an agent do with it? AI is not magic, there has to be pretty clear guidance and a way to the agent to know how to get to the information that is being asked.

You could try to build a RAG system with product information, search for how to do it online.

thank you, can you perhaps link an tutorial? thank you in advance!

Open the YT, type build rag n8n and you will see eight million tutorials. I liked the one from The AI Automators. You may choose something else.