Hi,
How do i remove the ‘AI Chat’ from the sidebar?
Hi,
How do i remove the ‘AI Chat’ from the sidebar?
Hey @skivholme, it’s not currently possible to opt out of the AI sidebar, this is something we’ve got similar feedback on and so we’ll be adding an opt out in the near future.
Until then, you can remove it from displaying by using in the Custom CSS settings:
.ai-sidebar-detail {
display: none;
}