Configure advanced options for your agent including user recognition, session handling, and response behaviors.
Note: If you publish a new version of your Agent, any saved sessions will be automatically reset. This means that if a user has a stored session and the bot is updated in the meantime, refreshing or reopening the chat will restart the conversation from the beginning.
</head>
tag. Only meta and script tags are allowed.
This feature is useful for adding custom scripts, styles, or other resources that you want to load when the agent is initialized. For example, you can include custom analytics scripts, CSS styles, or any other head elements that are necessary for your agent’s functionality.
Check out our blog post featuring a use case of how to use this feature to save session data in your agent to remember a user across sessions: How to Remember Users Across Sessions.