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.
Data controls help you manage end user data and link security in your Chat widget.
yourbrand://orders/12345.Data controls provide settings for managing conversation persistence and link protocols.
https, http, ftp, ftps, mailto, tel, callto, sms, cid, xmpp).Configure data controls in a few steps.
For detailed instructions, see Implementation & usage.
Configure persistence settings and custom link protocols.
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.
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.
There are four Customer Persistence settings to select from.
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.
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.
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.
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.
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.