Adding dyamic page

Can anyone explain this?
<a href="[{ oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:“cl=account” }]">My Account</a>

I need to create one dynamic page.I don’t know how to generate the url? here what is
cat:“cl=account”.

When I generate a new page how should i give the link?

Thanks in advance.

Have a look at this one: https://www.oxid-esales.com/en/support-services/documentation-and-help/oxid-eshop/configuration/customer-information.html

Why not using the so called CMS pages?

Regards

Thank you for the information.

I have gone through the details and its only for adding CMS pages. My requirement is to add one more dynamic page similar to shopping cart, order now. If I am not mistaken, I think these pages we cannot add via admin panel. For this I need to create one .tpl file and give the link.
Here I need to generate link something similar to
<a href="[{ oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:“cl=account” }]">My Account</a>
How can I generate the link.
Could anyone please explain "[B]cat:“cl=account”[/B] ". It will be more helpful in my ongoing works.

Thanks in advance.

cl=account -> controller is account.php