Q: Can the agent also learn knowledge and reply based the learned knowledge?
I tried the example bots on the website and found them really limited. The customer support bot recommended me to check out the help section but didnt help me answer my question based on the knowledge that was in there. So I was wondering, would an agent be able to learn knowledge and help users by answering questions based on the knowledge learned?

release0
Jun 1, 2025A: Hi, thanks so much for your feedback and for trying the demo agents!
Agents will get better at answering your questions but that capability in baked-in at the LLM model you choose.
To give you an example you can use GPT, Mistral, Groq, etc by creating a "System" prompt on the AI module where you describe your agent role an responsibility in details (this is the quickest way). Here is a video sample on how to do this:
https://www.youtube.com/watch?v=S6hfIxkdlRc
Another way to do this is to create for example an "assitant" in OpenAI: https://platform.openai.com/assistants and train it not only with prompts but with documentation like PDF. Then user the "Ask Assistant" option to link your OpenAI assistant to your Release0 Agent.
So in short, we advocate using your preferred LLM under the model BYOK (Bring Your Own Key). This gives you the freedom to use your preferred LLM and not be tied to practices where you depend on closed models with pricing per AI credits or tokens.