tutorial notification

could someone tell me if it is possible to create tutorial news on the kodular, for example the first time the person enters the app appears the instructions for how to use the app

Hi @igor_fraga welcome to the community !!!
Yes is possible do what you want. There are many ways to do it.
For example on screen1 use TinyDB, vertical arrangement, labels and buttons.
When screen 1 starts you get the value of tinyDB if it is equal to 0 you show the instructions if it is equal to 1 you go to the next screen.
Use the vertical arrangement (with labels) to show the instructions and with buttons. In the last vertical arrangement of the instructions, when press the button you store in TinyDB the value 1 and go to the next screen.
When the user reopens your app screen1 will start and obtaining the value stored into tinyDB = 1 it will go to the next screen skipping the instructions.
I hope you understand what I’m trying to say.