I’ve built a guided, single-flow agent that uses a custom interface (React) on a User Input block, and I’m embedding it on a website via the guest-access iframe. It’s working well, but there’s a hamburger / conversation-history toggle in the top-left corner that I’d like to remove.
The agent is a linear, start-to-finish guided experience — there’s no need for users to open a history sidebar or switch between past conversations, and it’s a small distraction from an otherwise full-screen custom interface.
A few questions:
- Is there a setting (in Style & Branding, publishing, or elsewhere) to hide the conversation-history toggle / hamburger menu?
- If not a setting, is there an embed URL parameter or iframe option that hides it? The embedding docs only mention
src,width, andheight. - Since it sits on top of my custom interface (MindStudio’s own chrome, outside my React component), is there any supported way to hide or disable it?
I couldn’t find anything in the embedding or Style & Branding documentation. Any guidance would be much appreciated.