IRremote.h file

Hello, I am new at this forum and make the first steps on programming with the UNO R3 system. I like to do something with IR remote and download the IRremote.h file from the internet. But where do I store this file to run my sketch compilation? The error is "No IRremote.h file" found.
Hope you can help me with this.
Aad

Welcome to the forum

The best way to install libraries is to use the IDE Library Manager which will take care of putting the library files in the right place.

In general, library files go into a folder, usually one folder per library, in the libraries folder of your sketchbook folder where your sketches are stored

Please confirm which version of the IDE that you are using. I ask because of the forum category you posted in

Be aware that in general you need more than just the .h file.

Hello, I was able to install this library, thanks for your advice. Now I can finish my first IR project.
Aad