Do you mean to add meta tags like google verification or something in the head?
Try yourwebsite.com/admin/layout or yourwebsite.com/qa/admin/layout
If you want to customize more, for example, you want to manipulate with PHP codes, you have to "overwrite" the "head" function in the base theme by writing a new one in your current theme.
put this in your theme main file: ThemeName/qa-theme.php
public function head_css()
{
if (we can meet priyanka) {
$this->output('Great!');
}
}