How to add custom tab page in backend?

If you are trying to add menu on the WordPress dashboard on the left panel than there are several ways to do that like in the following links

add_menu_page

add_options_page

add_menu_page adds a menu to the left panel of wp-admin dashboard whereas add_options_page will add a menu under the settings menu.