Button can't see item

Godot Version

4.3

Question

I want to make my special item activate the button, but it doesn’t work. I checked if the item interacts with the button through the print, but the button only interacts with the player. How can I fix this?

My item is RigidBody2d and button is Area2d. I attempted to make item simple node2d but it still be unvisible for button. Help please!!!

please write in detail

Is the collision-mask of the area2d-button the same as the collision-layer of the rigidbody2d-item?

yeah, I been check it

Does the player carry the item?