Data Privacy & Transparency

YouDesign Models' AI features are built so you always know what data is being sent to the AI provider. You can inspect the exact payload for any AI response, and your diagram data stays inside your own organization's provider account.

What Data Is Sent to the AI

When you send a message, the AI receives:

  • Your message text — the prompt you typed.

  • Relevant diagram data — node names, positions, connections, and properties needed to answer your request.

  • Attached images, if any.

  • Chat history for the current session, to keep context.

What isn't sent:

  • Data from boards you aren't actively working on.

  • Other users' sessions.

  • ServiceNow records that aren't referenced by the shapes you're working with.

Inspecting Exactly What Was Sent

For every AI response, you can see the raw payload that was shared with the AI provider:

  1. Locate the eye icon next to any AI response in the chat.

  2. Click it to open the "Data Sent to AI" dialog.

  3. The dialog shows the nodes, links, and other context that were included in the request.

🖼 Screenshot needed: [The "Data Sent to AI" dialog showing a JSON-like summary of the payload] Show: a modal over the editor with a tree/list of nodes and links included in the AI request, with a close button.

Use this whenever you want to verify exactly what was shared before showing a board to sensitive stakeholders.

How Data Flows

  • Requests go directly from YouDesign Models (running inside your ServiceNow instance) to the AI provider configured by your administrator.

  • The AI provider uses your organization's own API key, not a shared key.

  • No intermediate server stores your diagram data.

  • The AI provider may log requests according to its own policy. Consult your provider's data retention terms.

Admin Controls

Your administrator decides:

  • Whether AI features are enabled at all.

  • Which AI provider (for example, OpenAI, Anthropic, Azure OpenAI) is used.

  • Which models are available.

  • Which users have the role required to use AI.

See AI Configuration for the admin-side setup.

Tips for Sensitive Boards

  • Rename confidential labels before asking the AI to reason about a board, if the names themselves are sensitive.

  • Use @mentions to narrow the scope — the AI only sends data it needs to act on.

  • Open the "Data Sent to AI" dialog for spot-checks on what left your organization.

  • Talk to your administrator about provider choice if you have strict data-residency requirements.

Last updated