What does the add tell you is included. The arduino uno rev2 wifi is one board all inclusive. You will need to determine anything else you want to use with it. Best to look at a few tutorials, find one you like and order parts accordingly.
On the Arduino Uno WiFi Rev2 board, the 4809 miroprocessor communicates with the IMU via SPI.
In the Arduino reference, there is a library for the LSM6DS3 IMU. Unfortunately, it does not implement the function for reading out the embedded temperature.
There is also a library by Sparkfun ; it is written for its LSM6DS3 breakout board and it allows to read out the embedded temperature. You have to set it up for SPI communication and you have to specify the SPI chip select and interrupt pins. On the Arduino Uno WiFi Rev2, these pins are not broken out and they don't have standard Arduino names. But the Arduino library gives us a clue about their internal names (I guess that they are defined somewhere in one of the definition files in the megaavr package) :