URGENT! inserting sprites in scene

please help. ive been stuck with this issue for so many hours and im at my wits end.

whenever i import my sprite from the project section to the hierarchy, the position X,Y,Z are all at 0 but it doesnt appear within my camera which is set at the same position. how can i fix this?

to view: https://www.canva.com/design/DAFhsU0-GwU/nZK7mYl0TS3mQZBm8_4fpw/watch?utm_content=DAFhsU0-GwU&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink

Check your camera position… usually one does not put the camera at (0,0,0) but rather at (0,0,-10) so it can see the sprites in the z == 0 plane.

Or you could adjust the nearclip plane to be zero or negative, assuming it is an orthographic camera.