Hi all, I have a technical manual setup in ConTeXt whereby the manual itself is a ConTeXt 'project' and each chapter is a different component. Within this, I need to group some chapters together so these grouped chapters are products. Thus, I have: project: MyManual component: Chapter 1 component: Chapter 2 component: Chapter 3 product: Example 1 component: Chapter 4 component: Chapter 5 product: Example 2 component: Chapter 6 component: Chapter 7 product: Example 3 component: Chapter 8 component: Chapter 9 ... Is there a way to have the chapter numbers be continuous rather than resetting at the beginning of each product? I have already disabled product numbers in a setupheader command but I'm stumped at how to make the chapter numbers continuous. I've tried playing with "incrementnumber=file" but I'm not sure this appropraite... any hints here would be greatly appreciated. Many thanks! Randall \setuphead [part] [textcommand=\MyPartText, textstyle={\switchtobodyfont[Titling, 11pt]\sc}, placehead=yes, color=black, number=no, page=right, continue=no, header=empty, distance=0pt, before=\setups{part:before}, after=\setups{part:after}] \setuphead[Topic,chapter] [ numbercommand=\MyChapterNumberText, incrementnumber=prj_thesis, textcommand=\MyChapterText, textstyle={\switchtobodyfont[Titling, 11pt]\sc}, color=black, number=yes, page=right, continue=no, header=empty, distance=0pt, before=\vbox to 3cm\bgroup, after=\vss\egroup ]