@ROBERTHAIGHT1851
The codes G28 G91 Z0 and G53 G0 Z0 do the same thing, it depends on what the CNC Control is configured to accept.
However they can only work correctly if the CNC Control has been setup to go to the Machine "Home" position, usually machines have Limit switches that are used for both the "Home" position and machine overrun.
If the machine does not have actual switches to home to then you need to use a safe position by jogging the machine in the X/Y/Z and setting that position as your machines "Home" position, this means that if either of the G53 or G28 command lines are in the code your machine will go to that preset position every time.

If you don`t want this to happen then you can use the "Clearance Height" option, if you use this option then you will not get any G53 or G28 command lines posted anywhere in the code.
This means that great care must be taken when setting up your Part Zero position at the machine as you now have no safety/Home positions.
Your actual Clearance height will depend on how you set your Heights for the operation, for example see the image below, those settings will produce a total Clearance height of 25mm because the WCS has been set to the Bottom corner so the Clearance is calculated from there. If I move the WCS to the Top of the Stock then the Clearance will be calculated from that point and the total Clearance will be 20mm with the same Height settings.
So, as you can see great care needs to be used if using just the "Clearance Height", I know that many folks like to work that way so they don`t have a lot of wasted time with the Machine keep going all the way up to it`s Z home position.
WCS at bottom Clearance 25mm
WCS at Top Clearance 20mm
Nothing wrong with this method but it does need a little more care when setting up at the machine 🙂 🙂
So, just a matter of matching things up at the CNC and Fusion 🙂 🙂 Hope this isn`t too confusing and helps a little 🙂 🙂