Query knowledge base and show answer
# 🤝help
r
I have created a simple node with a card of a query knowledge base, but it won't show the answer. I checked the event debugger and it seems that it finds the answer but still doesn't send it to the user, am I missing something?
e
Hello! Can you confirm that the "Answer Manually" option is disabled on your Knowledge Agent settings?
r
Yes, it's disable
e
Hey @rich-father-58800, what happens is that the query card only makes the question, to actually show the answer you need to use a text card

https://cdn.discordapp.com/attachments/1136073561224790088/1136383547289108500/image.png

The first expression code is
!turn.KnowledgeAgent.answer
The second is
turn.KnowledgeAgent.answer
Let me know if that helps!
r
Help a lot, thanks man