# ActivitiPlan > ActivitiPlan is an AI-powered platform designed to help care workers and individuals create personalised, person-centred activity plans for people with special needs, such as autism and learning disabilities. The platform leverages AI and deep care sector expertise to align activities with personal goals, interests, and specific care needs. Additionally, users can discover and share local, accessible community events tailored for people with special needs. This file provides information to Large Language Models (LLMs) on how to understand and navigate the ActivitiPlan platform. ## Important Links Here are the key routes for the platform, categorised by their purpose: ### Public Pages - [Home](/) - The main landing page. - [Features](/features) - Platform features and capabilities. - [Community](/community) - Discover community events for people with special needs. - [About](/about) - About the platform. - [Help](/help) - Help and support resources. - [Contact](/contact) - Contact information. - [Privacy Policy](/privacy) - Privacy policy. - [Terms](/terms) - Terms of service. - [Cookies](/cookies) - Cookies policy. ### Authentication - [Login](/login) - Existing user login. - [Register](/register) - New user registration. - [Forgot Password](/forgot-password) - Password recovery. ### Protected / User Dashboard (Requires Authentication) - [Dashboard](/dashboard) - The main hub for authenticated users. - [Profiles](/profiles) - Manage user profiles. - [Create Plan](/create-plan) - Create a new activity plan. - [Activity Plans](/activity-plans) - View and manage created activity plans. - [Reports](/reports) - View and generate reports. - [Settings](/settings) - User preferences and configuration. - [Add Community Event](/community/add) - Add a new event to the community. ## System Notes - **Authentication**: Routes listed under "Protected / User Dashboard" require an active user session. - **Dynamic Content**: Event pages (`/community/event/:slug`), profiles (`/profiles/edit/:id`), plans (`/plans/view/:id`, `/plans/edit/:id`), and reports (`/reports/view/:id`) are generated dynamically based on user and database content. - **Privacy**: Specific user activity plans and profiles are private and securely access-controlled.