> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# xApp Overlay

> Learn how to display xApp pages as an overlay within Webchat v3, showing xApp content on dedicated screens inside the chat interface.

<a href="/release-notes/4.75"><Badge className="version-badge" color="blue">Updated in 4.75</Badge></a>

By default, an xApp page opens in a separate browser tab.
If you're using [Webchat v3](/webchat/v3/overview), you can change this behavior by opening xApp pages directly within the Webchat v3 interface.
This means that each xApp page will be displayed on its own dedicated screen.
This approach helps end users to focus solely on the content of that page without distractions from other parts of the interface.
The design of xApp screens is consistent with other Webchat v3 screens such as [Home](/webchat/v3/features#home-screen),
[Chat Options](/webchat/v3/features#chat-options),
[Previous Conversations](/webchat/v3/features#previous-conversations), and more.

To configure this behavior for pages with HTML and Adaptive Cards, use the following Nodes:

* [xApp: Show HTML](/ai/agents/develop/node-reference/xApp/set-html-xApp-state)
* [xApp: Show Adaptive Card](/ai/agents/develop/node-reference/xApp/set-AdaptiveCard-xApp-state)
