Is it better to use asynchandler always instead of just using async function

Forgive me; I’m a beginner.
Using ‘asyncHandler’ makes it easier to handle errors than directly using ‘async’ functions in Nodejs.
So should I use it every time instead of directly using ‘async’ or when should I use it?