Customize & configure
Share current tab
Share current tab lets the agent read and interpret the page’s content, giving it awareness of the page’s structure and elements so it can guide users based on what is actually in front of them. This is the page context the agent reasons over on each turn.
Turn it on and tune it from your agent’s settings in the dashboard, which is the primary way to configure it. The SDK is an override: use setConfiguration({ screenSharingSettings }) to control it programmatically, per page or per session, on top of the dashboard defaults.
Related
Section titled “Related”- Share current tab: the dashboard settings and the SDK override.
- Context: the three kinds of context the agent assembles each turn.