Hi, How can one modify the header of a Register, after it apparently inherited from Chapter ?In the following example, I try to have the title "INDEX" at the same height as the title "CHAPTER",but neither the \setuphead nor \setupregister commands seem to do anything.Is there another command for that ?I couldn't find it. Thanks for help ! \setupinteraction[state=start] \setuplabeltext[chapter=CHAPITRE~]\setuphead[chapter][ align=middle, before={\crlf\blank[1cm-4.2ex]}, style={\blank[2cm]}, after={\blank[3cm]}, header=empty, ] \defineregister[MyIndex][MyIndexs]\setupheadtext[MyIndex=INDEX] \setupregister[MyIndex][{\blank[0cm]}] %% not working\setuphead[register][{\blank[0cm]}] %% not working \starttext \startbodymatter\chapter{Chapter}\MyIndex{word}word\stopbodymatter \startbackmatter\completeMyIndex\stopbackmatter \stoptext Mathieu