No Player input component in unity editor??

so, I was just trying to add a player input component into an empty gameobject but when I clicked add component and searched up player input there’s nothing??

I Would Really Appreciate it if anybody has the answer to this.

The PlayerInput component is part of the new Input System package. You will need to install that package before the component is available to you.

Thanks A Lot!