> ## Documentation Index
> Fetch the complete documentation index at: https://fliqr.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable or disable the Messenger composer

> Dynamically allow or block free-text keyboard input during a Messenger flow.

Use composer controls when a step should accept only buttons, or when you want free text again later in the same flow.

## Toggle the composer in a flow

<Steps>
  <Step title="Open the flow">
    Edit the Messenger flow where you need the change.
  </Step>

  <Step title="Add a Messenger action">
    Add **Action → Messenger → Enable Message Composer** or **Disable Message Composer**.
  </Step>

  <Step title="Publish and test">
    Publish the flow and confirm keyboard input behaves as expected on mobile Messenger.
  </Step>
</Steps>

<Tip>
  Disable the composer on menu-heavy steps, then re-enable it before open-ended questions or AI Agent handoff.
</Tip>
