Frequently asked questions

Booking

How do I book classes?
How do I pay?
What is your cancellation policy?
I’m on an membership, how do I cancel or suspend my membership?
Help! The class I want to attend is booked out. (waitlists)
Can I be booked in for the same class every week, for an extended period of time?

General

I’ve never done Reformer Pilates before, where do I start?
What do I need to know before my first class?
How often should I come to Athletic Reformer to see results?
I have an injury, can I still participate in Athletic Reformer?
Is there an age limit to attend Athletic Reformer?

At the studio

What should I bring to class?
What do I wear to class?
Is there parking available?
How many people in each class?

Services

Do you have gift vouchers?
Do you offer private 1:1 classes?
Do you offer corporate or private group classes?

Pre/post natal

I’m pregnant, can I attend Athletic Reformer classes?
When can I attend Athletic Reformer classes after I have given birth?

Copyright 2025 Athletic Reformer. All rights reserved.

import { useEffect, useState } from "react"; export function Copyright() { const [year, setYear] = useState(new Date().getFullYear()); return (

© {year} Athletic Reformer. All rights reserved.

); }

Resources