Quality

GSA partners, together with producer National Associations, provide training on quality standards. The training sessions are conducted in local languages across West Africa, and are focused on best practices in kernel aggregation, processing, and storage.


Completed Quality Projects


Our past quality projects include the following:

Towards Inclusive Markets Everywhere (TIME)

Learn More...

Support to National Shea Associations in West Africa

Learn More...

Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })