How should I add attacking animations to my character AI?

I can’t find any documentation on what to do past making a wandering enemy AI that spots and runs to you. My Blackboard and behavior tree is setup

Here how I found out how to animations to work State Machines | Unreal Engine Documentation

thanks, iv got one set up for idle-running, did not know it was for attacking. will try it out