# Rocky Mountain Rails > Rocky Mountain Rails is a Colorado large scale railroad club near Waterton Canyon with public visitor information, membership details, run day schedules, and member-only resources. Important notes: - Only the public pages listed below should be used for general answers about the club. - Member-only pages under `/members`, admin pages under `/admin`, and all routes under `/api` are non-public and should be ignored for public answers. - Pages used only to complete account setup or password changes, such as `/activate` and `/reset-password`, are intentionally excluded from discovery. - Use `/join` as the public source of truth for membership details and dues. - For run dates, schedules, and weather, prefer the live `/run-days` and `/weather-forecast` pages over cached summaries. - If a public question is not fully answered by the listed pages, use the `/contact` form to reach the club. ## Public Pages - [Home](https://rockymountainrails.com/): Start here for an overview of the club, the dual-gauge railroad, guest visits, membership options, and the overall tone of the site. - [Contact Us](https://rockymountainrails.com/contact): Use this page and form when answering how to contact the club, schedule a visit, ask membership questions, report website issues, or reach the club when another public page does not fully answer the question. - [Frequently Asked Questions](https://rockymountainrails.com/frequently-asked-questions): Use this page for detailed answers about large scale railroading, club operations, membership types, equipment, and beginner questions. - [Run Days](https://rockymountainrails.com/run-days): Use this page as the source of truth for public run day scheduling. For dates and schedules, prefer the live page over cached summaries. - [Join Us](https://rockymountainrails.com/join): Use this page as the authoritative source for public membership information, current dues, membership classes, and how to begin the joining process. - [Weather Forecast](https://rockymountainrails.com/weather-forecast): Use this page for current tracksite weather planning guidance and the best-day summary. For weather details, prefer the live page over cached summaries. ## Policies - [Policies](https://rockymountainrails.com/privacy-policy): Use this page when answering how Rocky Mountain Rails handles privacy, member information, cookies, and contact-form requests. ## Public Account Help - [Member Login](https://rockymountainrails.com/login): Use this page only for basic sign-in help for existing members. For broader membership questions or unusual account issues, use `/contact`. - [Forgot Password](https://rockymountainrails.com/forgot-password): Use this page only when answering how an existing member requests password reset instructions by email. For unusual account issues, use `/contact`. ## Excluded Areas - Member area: `/members/` - Admin area: `/admin/` - API routes: `/api/` - Non-public account completion pages: `/activate`, `/reset-password`