Does Katalon recognize Background in feature files

Morning everyone.
I have finally got around to looking at the new BDD style of writing tests for Katalon.
Currently I am try to create a user acceptance version of the unit tests the devs currently run.
A lot of their feature files contain a Background, which like a test set up and tear down will perform the steps, common to all of the tests within the feature file.

Id this something that Katalon can handle?
I couldn’t find any information so I though I would post my question hear.

So after looking around a bit, I can see the Background option is there in the comments of the feature file.
I have not tries using it yet though.