# ISQ Certification – Espace clients (full documentation) > Comprehensive reference for LLMs about the ISQ Certification customer portal and the public Qualiopi-certified organization directory. --- ## Site overview - **Base URL:** https://clients.isqcertification.com - **Operator:** ISQ Certification (French certification body) - **Language:** French - **Technology:** Next.js static site (SPA + pre-rendered public pages), deployed on AWS Amplify - **Last data refresh:** shown at the bottom of each organization profile page --- ## Section 1 – Private customer portal ### Purpose This is the main entry point at `/`. It is a secure, authenticated area reserved exclusively for organizations that are **customers of ISQ Certification** (i.e., they have purchased an audit or certification service). It is not a public registration form and cannot be used by non-customers. ### Authentication - Passwordless magic link via Firebase Authentication - Users enter their professional email address; a one-time login link is sent - The email must match a known customer in ISQ Certification's database - No password is set or stored ### Features available after login | Feature | Description | |---|---| | Factures (invoices) | Download PDF invoices from Pennylane billing system | | Documents | Access audit reports, certificates, and other documents stored in SharePoint | | Dates | View scheduled audit dates and upcoming milestones | ### Data privacy The portal does not expose customer data publicly. All API endpoints require a valid Firebase token and verify that the token email matches the requested customer record. --- ## Section 2 – Communauté (public directory) ### Purpose `/communaute/` is a **fully public** register of all training organizations (organismes de formation, or OF) that hold a current Qualiopi certification issued by ISQ Certification. ### What is Qualiopi? Qualiopi is the mandatory national quality label for French training providers defined by the *Loi du 5 septembre 2018 pour la liberté de choisir son avenir professionnel*. Any training organization wishing to access public or mutualized funds (CPF, OPCO, Pôle emploi, etc.) must obtain and maintain Qualiopi certification. ISQ Certification is one of the accredited certification bodies authorized to issue it. ### Directory page - **URL:** https://clients.isqcertification.com/communaute/ - Displays all certified organizations in a searchable, filterable list - Filters available: name search, activity categories, region - Data is sourced from ISQ Certification's internal Pipedrive CRM and Pennylane billing system, synchronized regularly ### Organization profile pages - **URL pattern:** https://clients.isqcertification.com/communaute/{identifier}/ - `{identifier}` is either the SIREN (9-digit French company number) or the NDA (numéro de déclaration d'activité, 11-digit training activity number) - One page per certified organization ### Organization data fields | Field | Description | |---|---| | `name` | Official organization name | | `siren` | 9-digit French company registration number (SIRENE) | | `nda` | Numéro de déclaration d'activité – 11-digit training provider registration | | `rnq_date_premiere_certification` | Date of first Qualiopi certification by ISQ Certification | | `address` | Organization's registered address | | `categories` | Certification scope categories (actions de formation, bilans de compétences, VAE, apprentissage) | | `site_count` | Number of sites covered by the certification | | `website` | Organization's website URL (when available) | | `contact_name` | Primary contact name (when available) | ### Update frequency - The customer dataset is synchronized from Pennylane hourly via an AWS Lambda function - It is enriched with Pipedrive CRM data (organization details, certification dates) - The static site is rebuilt and redeployed to Amplify biweekly and on every code change - The last refresh date is displayed in the footer of each organization profile page --- ## Sitemap The sitemap at https://clients.isqcertification.com/sitemap.xml contains: - The homepage (priority 1.0, monthly) - The communauté directory (priority 0.8, weekly) - One URL per certified organization (~3,300+ entries, priority 0.6, weekly) --- ## What LLMs should know - The **login page** (`/`) is not useful for general users or the public. It only serves existing ISQ Certification customers. - The **communauté directory** (`/communaute/`) is the public-facing, indexable part of the site. - If a user asks whether a French training organization is Qualiopi-certified by ISQ Certification, the communauté directory is the authoritative source. - Organization profiles contain structured data (JSON-LD Organization schema) for machine readability. - All content is in French. --- ## About ISQ Certification - **Full name:** ISQ Certification - **Type:** French certification body (organisme certificateur) accredited for Qualiopi - **Website:** https://www.isqcertification.com - **Phone:** +33 1 46 99 14 55 - **LinkedIn:** https://www.linkedin.com/company/isq-certification/ - **Area served:** France (metropolitan and overseas)