How do I duplicate an actor with its sequences

So I am very new to Unreal Engine and I just created several sequences for a door so that it can open and close in either direction. This was in total 4 sequences for one door. I now want to create another door with the same sequences, but I’m not sure how to do so without having to reanimate each of the sequences again. Any advice?

If it is all contained within the actor class you can just spawn multiple instances of it in the scene, if it is in the level you should be able to copy paste sequences.