Can't find SR04 for my Ultrasonic Sensor

I'm new to arduino and currently working through the lessons of Elegoo. I'm on lesson 7, and I have the code all down right from the lesson but can't find they the HC-SR04 or SR04 within the library.

Getting:
V1.0.2023.05.05\English\code\Lesson 10 Ultrasonic Sensor Module\SR04_Example\SR04_Example.ino:3:10: fatal error: SR04.h: No such file or directory
#include "SR04.h"
^~~~~~~~
compilation terminated.
exit status 1

Compilation error: SR04.h: No such file or directory

I'm trying to dowload the SR04 but i can not find it

No library is used. You initiate a pulse train, wait to receive an echo, do some math to find distance. Show your sketch.

I found the tutorial... lesson 10... it does indeed show loading a library...

Somewhere with your software is a library folder with the SR04 library. Install it.