BetterCharacterControl where is "Forward" direction?

Hey jme-com !
So i just implemented the BetterCharacterControl from the Guide.
Everything works like it should except from the walking “forward” direction.
->The Model I loaded looks in a other direction than he walks when I press forward.
Of course I could now just rotate the Player Node but I dont get at all where I can set a “Forward” direction in code ?
Thx

+Z is forward, as you say you can attach your model to a Node and rotate it, then attach the CharacterControl to the Node.