Hey, to install thunderbird ( and a lot of other packages) you can open a terminal and type:
sudo apt update
this will update the list of packages that you can install from debian repository( basically )
after this, you run
apt install thunderbird
this will install and configure thunderbird for you.
after this, you should be able to find thunderbird app in you applications list :)