You can start with creating link in your header:
<a href="<?php if(function_exists('bpr_companies_url')) { echo bpr_companies_url(); } ?>"><?php _e('Companies', 'theme_name'); ?></a>
Anyway all those functions are optional and you may or may not use them, it has nothing to do with theme functionality, it is just for customization purpose (if you will read instructions carefuly).