Skip to content
UNI4C
All posts

Where your ledger data goes when you ask a question

The path of one question through the platform. What leaves your tenant, what reaches a model, what the model provider keeps, and what never moves at all.

Checked 4 min read

"Where does our data go?" is the first question a finance team asks about an AI assistant, and it usually receives an answer about hosting. Hosting is the smaller half of the answer.

This page follows one question through the whole path, and names what moves at each step.

The path of one question

You ask: which customers are over their credit limit?

  1. The question reaches the platform. It is stored with your conversation.
  2. The assistant writes a query. A table, a filter, a set of fields. The query is text. It contains no data from your system.
  3. The platform runs the query. It runs through your own connection to Business Central, with your own delegated credentials. Business Central decides what you may read.
  4. Rows come back. They are stored with the conversation, encrypted.
  5. The platform renders a block. A table, a value or a chart, built from those rows.
  6. The rows go to the model as a tool result. This is the step people do not expect, and it is the step that makes the answer real.
  7. The model writes the sentence. The platform checks each figure in it against the rows from step 4.
  8. You read the answer.

What is sent to the model?

Three things: your question, the conversation so far, and the rows that this turn needed.

The rows are the honest part of the answer. A tool result becomes part of the next request, so the records a query returned do reach the model. An assistant that claimed otherwise would either be wrong or would be answering from a training set, which is worse.

The amount is bounded. A result too large to carry back is reduced to a few rows and a note that says so.

What is not sent?

Your database. No copy of your Business Central tenant exists in the platform. Each read happens when you ask, through your connection. There is no nightly synchronisation and no warehouse in the middle.

Anything the question did not ask for. The query decides the scope. A question about credit limits does not carry your payroll.

Data you cannot see. The query runs with your permissions, so the rows that reach the model are rows you are allowed to read. A colleague asking the same question may get a different result, and that is correct.

Does your data train a model?

No. The models are open-weight and hosted. UNI4C does not fine-tune on customer conversations, and no pipeline exists that would carry them toward training.

This is worth separating from a promise not to train. A promise depends on conduct. The absence of a pipeline is a property of the system.

What does the model provider keep?

Nothing between turns. No prompt cache, no stored conversation, no per-customer state.

There is a visible consequence that proves it. Because the provider keeps nothing, the full context is sent again on every turn instead of being referenced from something they held. That costs more, and it is the design we chose.

Where does each part run?

PartWhere
Application and databaseA European region
The modelsFrance
Files, exports and report snapshotsEuropean object storage, encrypted
The knowledge indexAn index we run ourselves, in Europe

Conversations, tool results, attachments, generated files and stored credentials are encrypted with authenticated encryption. A tampered ciphertext is rejected rather than decrypted.

How does this compare with Copilot in Business Central?

Microsoft makes three statements about Copilot. It inherits your data permissions and cannot read more data than you already have access to. For customers within the EU Data Boundary, data does not move outside that boundary. And Microsoft does not read your prompts or use your data to train AI models without your explicit permission.

Those are strong statements and they hold. The difference is not the standard of protection. It is the shape of the question the two products answer. Copilot works inside Business Central. A separate assistant reads across systems, so its data path crosses more boundaries and has to be described in more detail.

What to ask any vendor

Six questions. The answers are more revealing than a certification page.

  1. Does a copy of our data exist in your platform, or do you read on demand?
  2. Which rows reach the model, and what happens to a result that is too large?
  3. Does the model provider keep anything between turns?
  4. In which country does inference run?
  5. Who holds the credential that reads our ERP: our user, or your service account?
  6. How long do you keep the conversation and the rows inside it, and who sets that?

A vendor who answers all six in specifics has thought about the problem. A vendor who answers with a region name and a compliance badge has answered one question out of six.

Questions and answers

Does my ERP data reach the AI model?
The rows that the current question needed do reach the model, because that is what makes the answer real. Your database does not move, and no data that the question did not reach for is sent.
Does UNI4C copy my Business Central tenant?
No. There is no copy of your tenant in the platform. Each read happens when you ask the question, through your own connection.
Does my data train an AI model?
No. The models are open-weight and hosted. UNI4C does not fine-tune on customer conversations and operates no pipeline that would carry them to training.
Where do the models run?
In France. The application, the database, the object storage and the knowledge index run in European regions.

Sources

We check every external claim at the date shown. Microsoft moves feature states between release waves, so check the page again before you rely on it.

  1. 01Copilot FAQ for Business CentralMicrosoft Learn · Sources checked 2026-09-17
  2. 02High-level summary of the AI ActEU Artificial Intelligence Act · Sources checked 2026-09-17

See it against your own ledger

A demo on a tenant that looks like yours answers more than a page can. Half an hour, no slide deck.

Book a demo

Or write to us at hello@uni4c.ai