Overlay with panel opened by default

Hi team,
is there a way to use the Answers Overlay with an already opened panel by default?
Thanks,
Armin

2 Likes

HI team, I have also encountered a situation like this. Do you have any idea about opening the overlay panel by default? Thanks!

Yes, it is possible to open the overlay panel by default!

First, add the overlay following the steps here.

The Overlay has built-in hooks that allow you to expand or collapse it. To expand, you would need to call:

window.YxtAnswersOverlay.expand();
1 Like