Data controls
Overview
Data controls let you decide how your AI Agent remembers end user conversations and what types of links it can share. These settings help balance personalized experiences with privacy and security.
Use cases
Data controls help you manage end user data and link security in your Chat widget.
- Handoff continuity: Retain conversation history across browser sessions so end users don’t lose context when handed off to human agents.
- Privacy-first interactions: Clear conversation history after each page reload for sensitive contexts where end users shouldn’t have persistent records.
- Mobile app deep linking: Direct end users to specific screens in your mobile app using custom URI schemes—for example,
yourbrand://orders/12345.
Capabilities & configuration
Data controls provide settings for managing conversation persistence and link protocols.
- Persistence settings: Control when your AI Agent forgets end user conversation history and variables.
- Custom link protocols: Define which URI schemes your AI Agent can use in messages beyond the standard protocols (
https,http,ftp,ftps,mailto,tel,callto,sms,cid,xmpp).
Quick start
Configure data controls in a few steps.
For detailed instructions, see Implementation & usage.
Implementation & usage
Configure persistence settings and custom link protocols.
Persistence settings
AI Agents can remember an end user from one conversation to the next. AI Agents store a record of the end user, their associated data, and their chat history. This is called Customer Persistence.
You can use the Customer Persistence settings to determine when your AI Agent should forget an end user.
Persistence is only evaluated on page load or refresh, not continuously. If an end user keeps the chat page open without reloading—even for extended periods beyond the configured time duration—Ada will retain the conversation and variables.
Configure persistence
To configure Customer Persistence:
-
On the Ada dashboard, go to Config > CHANNELS > Chat, then go to the Data & privacy tab.
-
Under Persistence, from the drop-down menu, select your preferred Customer Persistence setting.
-
Click Save.
Persistence options
There are four Customer Persistence settings to select from.
Persistence considerations
Keep these considerations in mind when configuring persistence.
-
If your AI Agent hands end users off to a human agent it is best practice to select either Never Forget or Forget After… Selecting Forget After Tab Close will result in each new tab behaving as a unique chat session. This can become problematic when the AI Agent hands the end user off to a live agent. Multiple tabs with separate AI Agent conversations may confuse the end user. They may even start another handoff request flow.
-
When you select Never Forget, returning end users are not provided with the Greeting. Thus, this setting is not recommended if you use the Greeting to provide end users with important announcements such as realtime bug and outage updates.
-
The Customer Info within the Convos view contains a combination of end user and session data. This means that the AI Agent may have collected variable data in a previous conversation.
Custom link protocols
Enable your AI Agent to send links with custom protocols (URI schemes) in messages (for example: yourbrand://link-to-page). These can be used to send end users deeplinks to specific parts of your application.
By default, your AI Agent supports sending links with these standard protocols: https, http, ftp, ftps, mailto, tel, callto, sms, cid, xmpp. Unless they are added to the allowlist, other protocols will be sanitized from messages to keep your end users safe.
Add a link protocol
To add a link protocol:
-
On the Ada dashboard, go to Config > CHANNELS > Chat, then go to the Privacy & data tab.
-
Beside Approved link protocols, click Add protocol.
The Add Protocol window appears.
-
In the Add Protocol window, in the Protocol Name field, enter the link protocol or URI scheme you want to authorize. (This is the part of your link that appears just before ://, for example: yourbrand from yourbrand://deep-link.)
-
Click Add to add the protocol to the approved link protocols list.
Edit a link protocol
You can edit any link protocols already in your list.
To edit a link protocol:
-
On the Ada dashboard, go to Config > CHANNELS > Chat, then go to the Privacy & data tab.
-
Under Approved link protocols, click the pencil icon next to the link protocol you’d like to edit.
-
In the Edit Protocol window, make your changes in the Protocol Name field.
-
Click Save.
The updated link protocol appears in the list.
Remove a link protocol
To remove a link protocol:
-
On the Ada dashboard, go to Config > CHANNELS > Chat, then go to the Privacy & data tab.
-
Under Approved link protocols, click the trash can icon next to the link protocol you’d like to remove.
-
In the Confirm Protocol Deletion window that appears, click Delete.
This removes the link protocol from the list. Your AI Agent will no longer send links that use this protocol.
Related features
- Chat onboarding: Get started with Chat.
- Appearance settings: Customize your Chat widget’s look and feel.
- Launch options: Control Chat visibility and rollout.
- Redactions: Prevent sensitive information from being stored.