¿Program issue?

Hi! I'm new in ARDUINO programming. I've got an ARDUINO UNO and I wrote this in the programming app:

void setup (){
// initialization sequence
Robot.begin();
Robot.beginTFT();
Robot.beginSD();
// replay hello sound from SD card
Robot.playSound1() ;
}

When I corrected the program, the ARDUINO app said: Robot was not declared in this scope.
What I did wrong?

Thank you for your helping :slight_smile:

Should there not be an #include at the start of the program for some sort of robot library ?