Changing TP idle animation?

This question may seem obvious, but I am new to Unreal Engine.

How can I change the idle animation on the third person template?

I don’t like the way he is leaning forward and looks like he’s about to sprint. I want to change it to something more casual.

Open the animation blueprint then click on the statemachine and then the idle part. Inside there you can just drag a new idle animation and draw a new line from the new animation to the output pose.

Or you can modify the current idle animation using keyframes (but its wise to do a duplicate of the animation before.

Thank you.