User Flow
User Flow
Section titled “User Flow”Flow Overview
Section titled “Flow Overview”The current motmaina website supports several parallel user journeys rather than a single linear funnel.
The most important flows today are:
- public discovery and trust-building
- appointment inquiry and booking
- consultation exploration
- content consumption through news, blogs, and forum
- learning and course purchase flows
- customer authentication and account continuation
Primary User Entry Points
Section titled “Primary User Entry Points”Users can enter the website through multiple public routes, including:
- homepage
- search results
- service pages
- branches and team pages
- content pages such as news, blogs, and forum topics
- course and consultation landing pages
- direct links to contact, careers, or appointment-related pages
This means the website acts both as an acquisition surface and as a conversion surface.
User Flow 1: Public Discovery
Section titled “User Flow 1: Public Discovery”This is the broadest and most common journey for first-time visitors.
- The user lands on a public page such as the homepage, a service page, an article, or a branch-related page.
- The user explores supporting content such as
aboutus,branches,services,teams,news,blogs, orforum. - The user forms an initial understanding of motmaina’s services, specialists, and credibility.
- The user chooses a next action:
- continue browsing
- contact the business
- open an appointment flow
- open a consultation flow
- explore courses
User Flow 2: Contact and Inquiry
Section titled “User Flow 2: Contact and Inquiry”This flow serves users who want to ask questions before taking action.
- The user opens
contactus. - The user reviews contact information or fills in the contact form.
- The form is submitted through
sendEmailToWebsite. - The inquiry is handed off to the internal team for follow-up.
This flow is a lightweight conversion path for undecided or early-stage users.
User Flow 3: Appointment Booking
Section titled “User Flow 3: Appointment Booking”This flow is used when a user already has enough intent to request or make an appointment.
- The user reaches a relevant medical or service-oriented page.
- The user explores branches, services, specialists, or online availability.
- The user enters either:
makeAppointment/{id}for a more direct booking flowrequestAppointment/{id}for a request-based appointment path
- The user fills in appointment details, personal information, and preferences.
- The request is submitted through either
submitAppointmentorsubmitAppointmentRequest. - The website hands the request into backend processing for confirmation or follow-up.
This is a key public-to-operational conversion flow.
User Flow 4: Consultation Exploration
Section titled “User Flow 4: Consultation Exploration”The consultation area acts as a structured discovery and qualification experience.
- The user opens
consultations. - The user browses consultation categories, consultant listings, and consultant detail pages.
- The user may also view consultation-related libraries or educational resources.
- The user selects a consultant or consultation type.
- The user continues to:
- a consultant detail page
- a consultation detail page
- a consultation form such as
consultation/form/{id} - a consultant participation flow such as
consultations/joinConsultant
- The user submits the form or continues deeper into the relevant consultation process.
This flow supports both service discovery and conversion into specialized consultation journeys.
User Flow 5: Content Consumption to Conversion
Section titled “User Flow 5: Content Consumption to Conversion”Content routes help users enter the product ecosystem without starting from a service page.
- The user lands on
news,blogs, orforum. - The user opens detail pages such as article details, blog details, or forum topics.
- The user engages with the content by reading, commenting, or browsing related posts.
- After trust is built, the user may move into a stronger action:
- contact the business
- open a service page
- open an appointment flow
- explore consultation or educational offerings
This is a trust-building journey that supports top-of-funnel acquisition.
User Flow 6: Courses and E-Learning
Section titled “User Flow 6: Courses and E-Learning”The website also supports a course commerce flow.
- The user enters through
e-education,courses, a course detail page, or trainer pages. - The user browses categories, collections, trainers, and course details.
- The user decides whether to:
- subscribe to a course
- purchase a collection
- add items to cart
- The user continues through cart and payment steps such as checkout, payment method selection, and payment response handling.
- The flow ends with success, failure, or follow-up actions tied to the course purchase lifecycle.
This is a more transactional user journey than the general public content flows.
User Flow 7: Customer Authentication and Continuation
Section titled “User Flow 7: Customer Authentication and Continuation”Some public journeys eventually hand off into the customer module.
- The user reaches authentication routes such as
login,register,forgotPassword, or verification pages. - The user signs in, creates an account, or completes recovery and verification actions.
- After authentication, the user continues under the customer-facing module and routes such as
cu/*.
This means the website architecture supports both anonymous public discovery and authenticated continuation within the same application boundary.
Cross-Cutting Behaviors
Section titled “Cross-Cutting Behaviors”Several behaviors affect multiple user flows:
- language switching through
changeLanguage - search through
search - CMS-driven informational pages through
pageand custom page routes - session-aware transitions between public pages and customer areas
These behaviors help unify the public website experience without creating a separate frontend application.
Product Interpretation
Section titled “Product Interpretation”From a product perspective, the current user flow model can be summarized as:
- attract users through public routes and searchable content
- build trust through services, teams, content, and informational pages
- convert users into appointments, consultations, contact requests, or course purchases
- continue selected journeys through authenticated customer flows
This structure should be treated as a multi-entry, multi-conversion website rather than a single-purpose marketing site.