By default, the Users Flow visualisation displays up to 10 interaction steps.

If you need to analyse longer user journeys or more complex navigation paths, you can increase this limit by modifying the relevant setting in your config/config.ini.php file:

[UsersFlow]
UsersFlow_num_max_steps = 15

Increasing the number of interaction steps allows you to explore deeper navigation paths within your website or app. However, higher values may increase report generation time and make the visualisation more difficult to interpret.

Previous FAQ: Does Users Flow work as a standalone product?