Just customizing some stylesheets will show AI chat button in linkchpin page well !
Go to Confluence Administration >> Look and Feel >> Stylesheet, add the below css code
#devpod-ai-chat-button { background-color: #526177 !important; /* background color of chat button*/ color: #ffffff !important; /* font color of chat button*/ } #devpod-ai-chat-button-container { margin-right: 20px !important; }