Placement of entities, global to the app

I am working on a web app with the current website header as shown below enter image description here

From the left,

Product Selection: the app helps the user store data about multiple products. The user can switch between products using the dropdown. Once this is set, the whole app data is within that context

Attributes: The attributes listed are properties of a product. Each Product has these attributes. As soon as a product is selected, the attribute values become specific to that product.

Problem: I have an entity which is global to all products (product agnostic?). Where do I list such an entity.

Creating a separate page through settings (Help and logout become part of the settings dropdown) is the current solution in my mind. Will that be correct?