Skip to content

IZI CRM Settings — Overview

Published: · IZI Team

The Settings section is where you configure every operational parameter of your club — from opening hours and staff permissions to payment terminals and multi-club networks. Each subsection focuses on a specific area so changes stay isolated and easy to review.


import { FAQ } from ‘@components/FAQ’

export const faqItems = [ { question: “Where do I find Settings in IZI CRM?”, answer: “Open the left sidebar and click Settings (gear icon). All subsections listed above appear in the navigation tree beneath it.” }, { question: “Can I change the club name without affecting historical reports?”, answer: “Yes. The club name in General Settings is a display label. Past session and revenue records are stored by internal ID, so renaming the club does not alter any historical data.” }, { question: “Do I need admin rights to access Settings?”, answer: “Most Settings subsections require the Administrator role or Owner access. Some read-only views (e.g., working hours) may be visible to staff with custom roles, depending on the permissions the owner has configured for those roles.” }, { question: “How do I add a second club location?”, answer: “Go to Settings → Multi-Club Network Setup and use the Add Location button. Each location gets its own tariff catalog and cash register while sharing the same owner account.” } ]