Health an Area2D detection

Godot Version

Godot 4.2.2

Question

So I have this problem with area2Ds I wanna make my code be able to detect when my character enters an area2D but I can't figure out how

You can use the “body_entered”-signal of the area2d to detect when the player enters