Responsible AI
How AI is used in Digital Platform, what happens to data that passes through it, and what it is not used for.
This page covers the AI capabilities that exist today. Where the platform does not do something, it says so rather than leaving the boundary to inference.
Where AI is used
AI is a set of capabilities a system can include, not a layer that runs underneath everything. A system with no AI capability enabled sends nothing to a model provider.
Assistants
Conversational assistance inside a system — answering questions and helping a user complete work in context.Retrieval over your own content
Answers grounded in your organisation's own documents and records, retrieved at query time rather than memorised by a model.Extraction and transformation
Turning unstructured input — a document, a message, a form — into structured data your system can act on.Model access
A single interface onto several model providers, so a capability is not tied to one vendor's availability or pricing.
What happens to your data
Is customer data used to train AI models?
No. Not by us, and not by the model providers we use on your behalf. We use these providers through their business and API terms, under which submitted data is not used to train their models.
This is not a setting a customer has to find and disable. It is how the platform is configured.
Where is data processed when an AI capability runs?
By the model provider handling that request. The providers we use — Anthropic, OpenAI and Together AI — are US companies, which means enabling an AI capability is the ordinary case in which data leaves the EU.
Only the content required for the request is sent: the prompt, the relevant context, and whatever your system attached to it. Your database is not exposed to a provider, and no provider holds a standing copy of your data.
If your organisation cannot accept processing outside the EU, AI capabilities can be left disabled and the rest of the platform is unaffected.
How does retrieval work — does the model memorise our documents?
No. Retrieval works by finding the relevant passages from your own content at the moment a question is asked and supplying them with the request. The model reads them to answer and does not retain them.
The stored representations of your content used to make that retrieval possible live in your system's own storage, inside our EU infrastructure — not with a model provider.
Can we turn AI off entirely?
Yes. AI capabilities are part of what a system is assembled from, so a system can be built without them. Nothing else in the platform depends on them.
Human judgement stays in the loop
Does AI make decisions about people?
No. The platform does not use AI for automated decision-making that produces legal or similarly significant effects on individuals, and it does not profile people. Those are not capabilities we offer.
The AI capabilities that exist assist a person doing their work. The decision, and the accountability for it, stays with the person.
What oversight applies to AI output?
AI output is presented to a user, who acts on it or does not. Where an AI capability produces structured data for a system to act on, that flows through the same validation and permission checks as any other input — an extracted value does not bypass the rules that govern a typed one.
Actions taken in a system are audit-logged against the user who took them, whether or not an AI capability helped produce them.
What are the limitations we should plan for?
Language models produce plausible text, which is not the same as correct text. They can be confidently wrong, they can misread a document, and they can miss context a person would have.
So: treat AI output as a draft to be checked, not as an authority. Use retrieval over your own content where the answer must be grounded in your records rather than in a model's general knowledge. Keep a person accountable for anything that matters.
We would rather set that expectation here than have it discovered in production.
How is AI access secured?
Provider credentials are held in the encrypted secret vault described on the Security page, scoped per system and environment, and never present in source control or in plain files.
An AI capability runs with the permissions of the user who invoked it. It does not have a privileged path to data the user could not otherwise reach.
Reviewing AI use for your organisation?
We will tell you exactly which capabilities your system would use, which providers they reach, and what a request contains.