Trace in Flow Builder

You now get a complete execution trace of your bot:
- Each step = one log entry (input, AI generation, conditions, API calls, data manipulation, output, etc.)
- See exactly what happened at every step, in order
- Inspect the state of every variable at any moment via the Variables tab

- Debug while building and investigate decisions from real conversations
Where to find them
- In the Flow Builder, click Test → open the Inspector → Access logs

- In Conversations, click Trace to understand why the bot answered that way

Note: the current view is intentionally “verbose” to maximize detail. We’ll simplify the display soon, but the traceability is already complete.

