UI URL Navigation

I have come across pieces of code such as ’ href="${url.passwordUrl}" ’ and ’ href="${url.registrationUrl} ’ in the default theme. I cannot back track and locate where these URLs are defined so do not understand how I can use them for myself. I have attempted to use ’ href="${url.passwordUrl}" ’ but cannot get it to work. I can navigate to the forgot password page but by using the url in the saerch bar itself which is not ideal

Is there a way a list of this reserved URLs somewhere? How are they connected to my .FTL pages?

Those are in the UrlBean which is added to the .ftl scope:

Thank you. This is a great help. I am new to Keycloak and never thought to consider that the routes would be referenced outside of the Front End Ui files