if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
Add the above code to functions.php
and an options page named 'Options' will appear in your Wordpress admin area. You now need to asign some custom fields to the page.