PERKS provides a chatbot solution that helps stakeholders in manufacturing exploit procedural knowledge in an efficient and traceable way. Instead of relying on static documents or scattered instructions, users can interact with a conversational assistant that guides them through procedures in a structured, explainable, and reliable manner.
The chatbot brings two worlds together: on the one hand, it enables structured, transparent conversations that support trustworthy execution of procedures; on the other, it leverages large language models (LLMs) to offer flexible, natural-language interaction. This combination allows users to follow well-defined workflows while still being able to ask questions, clarify individual steps, or explore related information in their own words.

.
At its core, the bot uses an agentic approach. A central LLM-based Conductor Agent handles user requests and reasons over the current conversation context to determine which tools to use in order to deliver the best possible result. These tools may include querying data from the knowledge graph, calling external APIs, answering questions based on company documentation, or generating a response directly from the ongoing dialogue.

Each use case can customize the bot’s behaviour using natural language alone—both at a high level (for example, defining its goals, answering style, or degree of formality) and at the level of individual tools (such as specifying constraints or follow-up actions). This gives each deployment the opportunity to create its own tailored user experience without complex technical configuration.


The bot is closely integrated with the overall PERKS solution. It connects to the Procedural Knowledge Management System (PKMS) to obtain procedures represented in RDF and described with the Procedural Knowledge Ontology and its extensions. At the same time, it integrates with the auditing module by providing execution traces after every interaction with a procedure. In this way, all actions are not only guided and explainable, but also transparently recorded for traceability and compliance.