Hey Angel,
Just type '\?' in psql shell, and you'll get all the commands that you might need.
'\dt' lists all the tables
'\d tablename' describes the individual table
'\df' lists all the functions
Leave out the quotes, they're only marking the start and end of the command 😊