Cookie Preferences

We value your privacy

This site sets no cookies of its own — your session is kept in your browser's local storage, not in a cookie. What we are asking about is Google Analytics, which measures how the public pages are used. Its storage stays switched off until you choose, and "Reject Additional Cookies" keeps it off. You can change your mind at any time from "Your Privacy Rights". The full inventory, including what we log without cookies, is in our Cookie Policy.

|
English only

Responsible AI

Last Updated: August 20, 2026

The DAS Board has two features that use artificial intelligence, and they are very different from one another. The AI Advisor answers questions about a dealership's performance, and to do that it sends real figures — including employees' names next to their own numbers. The Help assistant, the small question mark on your dashboard, explains how the software works and is sent none of your data at all. Nothing else in the product applies a model to anything: dashboards, pay calculations and reports are ordinary arithmetic. This page describes both, in enough detail that you can decide whether you want them switched on.

If you read one paragraph

The AI Advisor sends your dealership's aggregate performance figures — including your employees' names next to their own numbers — to Anthropic, and returns coaching suggestions. It sends no vehicle-buyer data of any kind. There is no free-text box. It is metered per role. If you would rather your dealership did not use it, tell us and we will turn it off for your tenant.

1. What the feature does

A manager opens the advisor from their dashboard and picks a question from a fixed list — where profit is leaking in F&I, which salespeople need coaching, how the store is tracking against goal. The product assembles the relevant metrics, sends them with the question to a language model, and displays the answer as structured suggestions. Each answer is stored so that the next one can build on it.

It is a reading of numbers you already have. It does not have access to anything a manager could not already see on their own dashboard, and it cannot take any action in the product.

2. Exactly what is sent

This is the section people actually want, so it is specific. Every time someone asks a question, the following leaves our infrastructure:

  • Aggregated dealership performance figures: deal counts, front and back gross, PVR, product penetration, and the trailing three months of the same
  • The names of individual salespeople and finance managers, each with their own deal count, gross, average, and product penetration — the model is explicitly asked to name top performers and people needing coaching
  • The dealership’s name, brand, and type, on the general-manager view
  • The question you selected, from a fixed list — the interface has no free-text box
  • A short summary of previous advice, so answers build on each other

Employee names, stated plainly

We could describe this as "performance metrics" and be technically accurate. It would be misleading. The advisor exists to tell a manager who is performing and who needs help, and the prompt asks the model, in those words, to name top performers and the people needing coaching. Individual employees' names go to the model attached to their own deal count, gross, average, and product penetration. If you employ someone whose name is in this product, that is a fact they are entitled to, and it is in Section 5 of our Privacy Policy too.

3. What is never sent

Verified by reading the code that assembles the payload, not by policy. The interface builds an explicit object field by field; it never passes a raw deal record through, so these fields have no path to the model:

  • Any vehicle buyer’s name, VIN, telephone number, or any other consumer detail — none of these fields exist in the payload the interface assembles
  • Any customer’s financing terms
  • Login credentials, session tokens, or payment details
  • Data belonging to any dealership other than your own

4. Limits and hardening

ControlValue
Size limitThe metrics object is rejected outright above 20,000 characters — it is not silently truncated. The question is capped at 500 characters and the history summary at 4,000; both are appended after that check, so the total sent is somewhat larger than the metrics cap alone.
Usage quotaEnforced on the server, counted over a rolling seven days: fifteen a week for general managers and administrators, ten for general sales managers and finance directors, five for sales and finance managers, and three during a Single Finance Manager trial. A failed request does not consume a slot.
Who can use itA fixed list of management roles. A salesperson cannot call it.
Prompt injectionThere is no free-text input path today, which is the strongest available defence. Beyond that, text that reaches the prompt has control characters stripped and length enforced, and is wrapped in delimiters that mark it to the model as untrusted data with instructions not to follow anything inside it.
Tenant scopeThe metrics assembled are those of the caller’s own dealership. The prompt instructs the model to answer only about that dealership, and there is nothing else in the payload for it to answer about.
TimeoutRequests to the provider are abandoned after 45 seconds.

5. Which provider, and what they may do with it

The code supports three providers — Anthropic, OpenAI, and xAI — selected from a configuration record. Only Anthropic is configured. No key exists for the other two, so those code paths cannot run, and the administrative screen that exists changes only which Anthropic model is used, not which company receives the data. If that ever changes, this page and the Privacy Policy change in the same release.

On training — the honest shape of this claim

Whether a provider trains its models on what it receives is governed by that provider's own commercial terms, not by anything we control. Our understanding at the time of writing is that Anthropic's commercial terms provide that inputs and outputs from its commercial API are not used to train its models by default. That is a representation we rely on and did not write, we cannot enforce it, and it is theirs to change without telling us.

We are stating it that way on purpose. A vendor who writes "your data is never used for training" as though it were their own guarantee is describing someone else's policy in the first person. If this matters to your dealer group — and in a product holding employee compensation data it reasonably might — read Anthropic's commercial terms directly, and confirm the position at the time you are relying on it rather than the date at the top of this page.

6. What the output is, and is not

  • It is generated text. It can be confidently wrong, and it will sometimes produce a plausible-sounding explanation for a number it has misread.
  • It is not financial, legal, tax, compliance, or employment advice, and our Terms say so as a term of the contract.
  • It must not be the sole basis for a decision about someone’s pay, discipline, or employment. This is not boilerplate: a system that ranks named employees and suggests who needs attention sits close to a line that data protection law draws around automated decision-making, and the thing that keeps us on the right side of it is a human manager reading the output and deciding. The product cannot act on its own — it has no mechanism to change a pay plan, a schedule, or a role.
  • Each answer is stored against the dealership that requested it, along with the metrics it was based on, so a suggestion can be traced back to the numbers that produced it.

7. Optical character recognition

One other place a third-party model touches data, disclosed for completeness even though no customer of ours is involved: our own sales team can photograph a business card collected at a trade show and have the text read into a contact form. The image goes to OCR.space. The cards belong to dealership staff we are selling to, not to your customers and not to your employees — nothing in a dealership's workflow reaches it. Access requires a login and is rate-limited to twenty scans per user per five minutes.

8. The Help assistant — the second AI feature

Every dashboard carries a small question mark in the bottom corner on a desktop or tablet screen — it is deliberately not shown on a phone, where it would cover the figures it is there to explain. It answers questions about how the product works — where a setting lives, what a status means, how to do something. It is a different feature from the AI Advisor above, with a different provider relationship and, most importantly, a different diet: it is sent none of your data.

What it receives, in full

  • The question you type, capped at 400 characters
  • Your role — “general manager”, “finance manager”, and so on — so the answer matches the screens you can actually open
  • Which screen you are on, as its generic address (for example /dealership/:dealershipId/gm) — the screen, never which dealership
  • A written guide to the product, checked into the software itself, describing what each screen is for

That is the complete list. In particular it is never sent:

  • Any deal, unit count, gross figure or other performance number
  • Any pay plan, commission or earnings figure
  • Any vehicle buyer’s details
  • The name or identifier of your dealership or dealer group
  • Any employee’s name, including your own

The reason we can state that flatly rather than as a policy: The code that assembles the request has no access to any dealership data, and an automated test asserts that the message sent contains only those four items. Adding anything to that message would fail the test and would require this page to change in the same commit — which is the point of writing it that way.

The guide it answers from is written by us and shipped inside the software. The model is instructed to answer only from that guide and to say so plainly when the guide does not cover something, rather than inventing a screen or a button. It cannot see your data, so it cannot answer “how many did I sell” — it will tell you which screen shows you that instead. It cannot take any action in the product.

It goes to Anthropic, the same provider as the AI Advisor, under the same terms described in section 5. It is capped at 25 questions per person per day and your question is capped at 400 characters. If it is unavailable, the panel falls back to searching the same guide on your own device, with no network request at all.

It is deliberately absent from screens where the person at the keyboard is not the account holder — during a live demo, a support impersonation session, or while an administrator is viewing an employee's dashboard — and from every public page, including this one.

9. Turning it off, and asking us things

Both features are optional. If your dealership would prefer either disabled, email support@thedasboard.com and we will disable it for your tenant. Questions about the data handling on this page go to privacy@thedasboard.com.

© 2026 The DAS Board LLC. All rights reserved.