I try to build site which will create report page for specific criteria and then display such page.
Page will contain simple tables (result of report) and google map.
The trick is that such result table should be added to menu Reports. User should switch between earlier generated reports. Users will login to the site and each user should access only to its own reports. Reports can be available to user only during current session (to logout) (it isn't important now).
My question is how to add page with such report to menu? Maybe it is simple but I wasn't able to find out how to do it.
EDIT: may be I'm should ask more specific

Question 1. Admin allows to create and add new pages to our site.
How to add new page not from admin page but from user page? Is it possible?
Question 2. Is possible to add link to such page to menu? How to do it?
Question 3. Workaround. I can prepare empty page (in admin) that will be used by report page to keep results.
Is it possible to copy page, rename page not from admin but from user page? How to do it?
How much CMS MS allows dynamic changes?
Regards,
Jacek