How to make different instances of the same AI?

I have an AI that runs off of a behavior tree to patrol and find the player.
when adding a second AI to roam around the level, they both continue down the behavior tree once one of them has detected the player.

is it possible to create new instances of a behavior tree so the 2 AI can react to the player individually?