# Swim Workouts Full Summary Swim Workouts is a Garmin Connect IQ watch app for selecting and downloading hosted structured swim workout FIT files to supported Garmin watches. It is designed for swimmers and coaches testing structured Garmin swimming workouts while keeping Garmin's native Pool Swim app responsible for execution and activity recording. ## What Swim Workouts Does Swim Workouts lets the user choose a workout series, a specific workout, app language, pool length, and pool unit setting. The catalog structure supports 25 m, 50 m, 25 ft, and 50 ft variants for each workout. When the user presses Download, the app downloads the selected hosted FIT workout file and asks the Garmin runtime to store compatible workout content on the device. ## Primary Use Cases - Garmin swim workouts. - Garmin swimming workout app. - Connect IQ swim workout downloads. - Structured swim workouts for Garmin watches. - Pool swim workout Garmin setup. - Garmin FIT workout file testing. - Freestyle swim workout plans for supported Garmin devices. - Coaches preparing workout-step FIT files for Garmin watch testing. ## Runtime Model The app is a Connect IQ watch app. It uses Garmin Connect IQ Communications for hosted HTTPS FIT downloads and PersistedContent for Garmin persisted workout objects returned by the import path. App language, default pool length, and pool units are stored in Garmin app settings. ## Pool Variants Every catalog workout is expected to have four baseline variants: 25 m, 50 m, 25 ft, and 50 ft. The user can select pool length and pool units on the watch or in Garmin Connect IQ app settings. The Auto unit setting resolves from Garmin device distance units when available. ## Native Garmin Execution Swim Workouts does not implement a workout player. After a compatible workout is available on the device, native Garmin Pool Swim screens handle workout execution and activity recording. Users should look for imported workouts through the device's Pool Swim training or workout flow. ## Privacy And Data The current MVP has no login, account dashboard, subscription, analytics SDK, user profile, or personalized cloud account. When the user starts a download, the configured FIT file host may receive standard web request metadata such as IP address, request time, and requested path. Garmin-managed workout content may need to be removed through Garmin device or Garmin software flows. ## Important Limitations - The app requires hosted HTTPS FIT URLs for the current import path. - The app does not claim support for importing bundled local FIT bytes from app resources. - The app does not sync workouts to Garmin Calendar. - The app does not record activities itself. - The app does not provide medical guidance or guaranteed performance outcomes. - Import behavior can vary by Garmin device, firmware, phone connection, and FIT workout compatibility. ## Localization The site includes locale pages for Garmin Connect IQ Store language slots under locale/index.html. English source copy is canonical until approved translations are added. ## Related Pages - Home: index.html - Workout flow: workouts/index.html - Import guide: blog/import-swim-workouts/index.html - Blog: blog/index.html - Changelog: changelog/index.html - Swim Workouts 1.0.0 changelog: changelog/1.0.0/index.html - Language hub: locale/index.html - Language index JSON: locale/index.json - Privacy policy: privacy.html - Terms: terms.html - Support: support.html - App facts JSON: app-facts.json - Language data JSON: localized-descriptions.json Primary website: https://workouts-pro.pages.dev/ Privacy: https://workouts-pro.pages.dev/privacy.html