import React from 'react'; import { TbBulb } from 'react-icons/tb'; import { FaBook } from 'react-icons/fa'; import { FaCircleQuestion } from 'react-icons/fa6'; import Button from '../components/widgets/Button'; import OnBoardingPopupToolTip from '../components/modals/OnboardingPopupToolTip'; const Page = (): JSX.Element => { return (

Recomaze Support

Setup is straightforward and largely automated. If you need help, use the resources below.

Support Information

Thanks for choosing Recomaze. If you run into any issues, we’re here to help—fast. Browse our guides or reach out directly.

Installation Guide

Step-by-step instructions to connect your store and start using Recomaze.

Open the guide

Troubleshooting

Find quick answers to common questions and configuration tips.

Browse FAQs

Direct Support

Email our team at{' '} better@recomaze.com {' '} or use the chat widget in your dashboard for real-time help.

  • Include screenshots and your store URL for faster troubleshooting.
  • Tell us the steps to reproduce the issue and any recent config changes.
  • Check the FAQ first—many fixes are one click away.
); }; export default Page;