How do I hide the conversation-history toggle (hamburger menu) in an embedded agent?

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:

  1. Is there a setting (in Style & Branding, publishing, or elsewhere) to hide the conversation-history toggle / hamburger menu?
  2. If not a setting, is there an embed URL parameter or iframe option that hides it? The embedding docs only mention src, width, and height.
  3. 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.

Hi @marcusjmcd,

There isn’t currently a way to hide or disable the hamburger icon. It’s the only way users can access previous runs, so there’s no supported override at the moment.

I’ve logged this as a feature request for our engineering team to review for a future update.

Let me know if there’s anything else I can help with in the meantime.

Ok. Thanks Alex