> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fitmyvehicle.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Quick answers to common questions.

<AccordionGroup>
  <Accordion title="Does FMV need access to our database or CMS?">
    No. We only need a script tag and a button attribute. No CMS logins, database access, VPN, server access, or hosting required.
  </Accordion>

  <Accordion title="Will the script slow down our site?">
    No. \~5 KB with no dependencies, loaded with `defer`, served from a CDN. The iframe is only created when the user clicks the button — zero impact on page load.
  </Accordion>

  <Accordion title="Does the script URL ever change?">
    No. The URL is stable. Updates deploy on our side automatically. You never need to update the snippet.
  </Accordion>

  <Accordion title="What browsers are supported?">
    Modern browsers with ES2020 support: Chrome 80+, Firefox 80+, Safari 14+, Edge 80+. Internet Explorer is not supported.
  </Accordion>

  <Accordion title="Can we style the button?">
    Yes. The attribute is purely functional. Style it however you like. FMV does not inject styles.
  </Accordion>

  <Accordion title="What happens if FMV is down?">
    Your button still appears (it's your HTML). The overlay shows a friendly error if the Builder can't load. Your site is unaffected.
  </Accordion>

  <Accordion title="Can we put the Builder on multiple pages?">
    Yes. Add the script once site-wide, then add the button attribute to as many pages as you need.
  </Accordion>

  <Accordion title="What if we have multiple domains or subdomains?">
    Each origin (e.g. `https://www.example.com.au`, `https://shop.example.com.au`) must be registered separately in FMV. Let us know during onboarding or email [tech@fitmyvehicle.com.au](mailto:tech@fitmyvehicle.com.au) to add more.
  </Accordion>

  <Accordion title="Can we share this page with our IT team?">
    Yes, this page is public by design. Every domain, script URL, and CSP directive listed here is already visible to anyone who inspects a page with the widget embedded. There are no secrets to protect — only your specific public key (which you receive during onboarding) is private to your account.
  </Accordion>

  <Accordion title="Can we track user progress through the Builder?">
    Yes. FMV emits analytics events (step completed, summary viewed, quote submitted) that you can pick up via Google Tag Manager or JavaScript listeners. See <a href="/configuration/analytics-events">Analytics events</a> for the full event reference.
  </Accordion>

  <Accordion title="Who do we contact for technical issues?">
    [tech@fitmyvehicle.com.au](mailto:tech@fitmyvehicle.com.au) — typically same day response during AEST business hours.
  </Accordion>
</AccordionGroup>
