The Agentic Chatbot component allows designers to add a window in which users can interact with an AI-powered agent chatbot. The Agentic Chatbot sets itself apart from the Chatbot component through the following features:
- Its capability to use tools (semantic search, keyword search, section reading).
- Its reasoning capabilities.
The Agentic Chatbot is not available as a default feature. Get in touch with a Fluid Topics representative to activate it.
To add the Agentic Chatbot component to a page, drag and drop the component onto the canvas.
In the Settings menu, it is possible to configure the Chatbot component as follows:
-
Select a Search results template to display the documents recommended by the Agentic Chatbot.
It is strongly recommended to create a specific Search results template for this use.
-
Select an Agentic chatbot AI profile.
AI profiles link a large language model (LLM) with Fluid Topics through an API key. An AI profile contains a system prompt or message.
-
Configure the welcome message using plain text or localized labels.
- Apply search filters.
- Add preset questions.
- Modify the component's icons.
- AI is a premium feature and requires a subscription. Get in touch with a Fluid Topics representative for more information.
- The Agentic Chatbot component calls the Agentic retrieval-augmented generation (RAG) web service.
- The Agentic Chatbot component requires the
GENERATIVE_AI_USERuser role. It is possible to limit the availability of the Agentic Chatbot by assigning theGENERATIVE_AI_USERuser role to specific groups or users. -
Agentic Chatbot messages have the following HTML attributes to identify them as artificially generated in accordance with article 50 of the EU Artificial Intelligence Act:
data-ai-generated="true" data-ai-system="fluidtopics-chatbot"
- The Agentic Chatbot component cannot access content outside of Fluid Topics.
- An Agentic Chatbot component on a consumer portal has access to the content available on the manager portal. Configure search filters to limit what content the Agentic Chatbot has access to.
- The Agentic Chatbot bases its answer on a configurable number of search results defined in the associated AI profile. By default, the Agentic Chatbot uses the maximum amount of search results to create its answer. The maximum number of search results is 50.
For a floating version of the Agentic Chatbot, follow the procedure detailed in the Floating chatbot use case.