Your after the page url?
In the admin control panel go to:
ACP -> SITE -> PAGE CREATOR -> TOOLS -> CREATE A NEW PAGE // to make the page:
* set the location to "visible on the main site"
Then:
ACP -> SITE -> PAGE CREATOR -> TOOLS -> BROWSE EXISTING PAGES
Click on the link to take you to the page, the url will be something like:
http://YOUR-SITE.com/page/1/somewhere
Thats the URL you would use. Its in the address bar of your browser.
--
In jamroom there are a few different ways to go about altering your site, which you use depends on how comfortable you are with web development techniques.
That ACP -> ... -> .... -> TEMPLATES -> Method is for users who don't know what FTP is or how to use it and don't want to know. OR for just a couple of minor alterations that don't warrant getting setup.
The other way to setup a page is by adding a template via FTP to the skin.
If you add elephant.tpl to the current skin, then it will show up on the url:
your-site.com/elephant
That would be another way to do the same thing.
--edit--
If you want an editor that works on your pc to edit your website, the one that we all use is "PhpStorm"
"How to setup a PhpStorm for Jamroom Development"
http://www.jamroom.net/the-jamroom-network/documentation/howto/1150/howto-setup-phpstorm-for-jamroom-development
Its way over-kill though if you just want to do a couple of template edits. any text based editor will work with FTP to the server.
updated by @michael: 05/22/15 10:31:57PM