I have created a page, I only want access to that page via the URL - I do not want it to show up in the menu system. How can I easily do this? Thx for the community patience as I learn this new framework... (the site was handed over to us...)

I trust by this you meant the admin-panel sidebar (there is no automatic menu for the frontend in Couch).I do not want it to show up in the menu system.
If so, please set the hidden='1' parameter of the cms:template tag (http://www.couchcms.com/docs/tags-refer ... plate.html)
e.g. <cms:template hidden='1' >
Hope this helps.