> For the complete documentation index, see [llms.txt](https://documentation.proto.cx/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/fallback.md).

# Fallback

`Trigger` — The catch-all. Fires when no other trigger at the current level matches the person's message. Cannot be deleted or disabled.

## Fires when

No other trigger at the current workflow level matches the person's message.

## When to use it

To handle anything the other triggers don't cover — asking the person to rephrase, offering alternatives, or escalating to a live agent as a last resort.

## Settings

| Setting              | Description                                                                        |
| -------------------- | ---------------------------------------------------------------------------------- |
| **Excluded phrases** | Phrases the Fallback should not fire on, even when nothing else matches. Optional. |

Press **Save** to confirm edits.

## Example

```
Fallback
└─ Send message: "Sorry, I didn't quite catch that. Could you rephrase?"
   Quick replies: [Try again] [Speak to someone]
   └─ Live agent handoff
```

## Related

{% content-ref url="/pages/LELPx8kU6Ag6uPwfTZHQ" %}
[Message received](/docs/modules/ai-agents/workflows-and-actions/message-received.md)
{% endcontent-ref %}

{% content-ref url="/pages/aLlL00SsNeVzsBT6G7gY" %}
[Live agent handoff](/docs/modules/ai-agents/workflows-and-actions/live-agent-handoff.md)
{% endcontent-ref %}
