data-visibility to defer it, and the update command to show or hide it later — for example, only after the user signs in.
Defer the Widget
Adddata-visibility="false" to your embed script:
Show and Hide
Theupdate command takes a visibility property:
visibility is a display setting. It stays in the browser and is never sent to Argide, so it never appears on a conversation.Show the Widget Only to Signed-In Users
Defer the widget on the script tag, then reveal it after login. Do it in oneupdate call and pass the user’s attributes at the same time, so the agent knows who it is talking to from the first message:
Reference
You can also set
visibility in window.ArgideSettings before the script loads.
Next Steps
User Identification
Tell the agent who the user is
Embed Widget
All script tag attributes and commands
