Hi, I cannot figure out how to connect to the bottom right point (the small red one). Anyway, in the manual the shortcuts to address the individual points are not really explained. I blindly guess: tm - top middle t - top middle bl - bottom left br - bottom right bm - bottom centre b - bottom centre … However, in the following example it doesn't work. Any ideas? %%%%%%%%%%%%% \usemodule [chart] \setupFLOWcharts [option=test] \startFLOWchart [mychart] \startFLOWcell \name {foo} \location {1,1} \shape {action} \text {Foo} \stopFLOWcell \startFLOWcell \name {bar} \location {1,2} \shape {action} \text {Bar} %\connection [tmbl] {foo} % left \connection [tmbr] {foo} % also left ?? \stopFLOWcell \stopFLOWchart \starttext \FLOWchart [mychart] \stoptext %%%%%%%%%%%%% Regards Marco Patzer