Using vuforia and magic leap 2 interaction together

How do we use Vuforia and magic leap 2? As per the guide we can do vuforia image target detection with the magic leap 2. How do we interact with the cube which is augmented after target detection.
After the cube is displayed there is no controller raycast/pointer which is being displayed.

Hi @surbhit.kumar,

You can use the Magic Leap Unity SDK to interact with objects in your scene.
Here is a section of documentation which explains how to use the controller.

For a quicker way to test it, I recommend modifying the Controller scene from the Unity Examples package (available in Magic Leap Hub) and adding Vuforia to it.