[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [gymWorkout](./bitburner.singularity.gymworkout.md) ## Singularity.gymWorkout() method Workout at the gym. **Signature:** ```typescript gymWorkout(gymName: GymLocationName, stat: GymType, focus?: boolean): boolean; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| gymName | [GymLocationName](./bitburner.gymlocationname.md) | Name of gym. You must be in the correct city for whatever gym you specify. |
| stat | [GymType](./bitburner.gymtype.md) | The stat you want to train. |
| focus | boolean | _(Optional)_ Acquire player focus on this gym workout. Optional. Defaults to true. |