One-of-a-kind learning to empower aspiring and established leaders
Explore the ProgramsBreakthrough learning experiences
Three different learning experiences for leaders at any level.
New for 2025
Impact Programs
Topic-focused, immersive experiences designed to accelerate change. You'll collaborate closely with diverse peers to create country-specific solutions and impact. Programs tailored for member-country leaders.
Learn More
Practitioner Programs
Build specific competencies anytime anywhere. Boost your skills and your impact with flexible, short-term online programs on a range of topics.
World Bank Group Instruments
Grow your expertise in World Bank Group Programs and financial instruments. Programs and curriculum tailored to prospective members and-client-country and practitioner.
Programs for member-country leaders and practitioners
Improve reach and scale. Accelerate impact.
Find your program
Select Topic
Select Format
Select Program
', {
class: 'option',
text: item.title
}).attr('data-attr', item.path) // Add item.path as a data-attr attribute
.on('click', function (e) {
e.stopPropagation();
programDropdown.hide();
selected.text($(this).text());
});
programDropdown.append(optionEl);
});
} else {
programDropdown.html("
No programs found
");
}
},
error: function(xhr, status, error) {
console.error("Failed to load programs:", error);
programDropdown.html("Error loading
");
}
});
});
$('.custom-dropdown[data-type="format"] .option').on('click', function () {
const format = $(this).text().trim();
const formatVal = $(this).data("attr");
const programDropdown = $('.custom-dropdown[data-type="program"] .options');
const selected = $('.custom-dropdown[data-type="program"] .selected .selectedspan');
selected.text("Select Program"); // Reset selected label
programDropdown.html("Loading...
");
$.ajax({
type: "POST",
url: "/wbg/aem/service/pagelist", // JSP endpoint
data: { topic: topicVal , format: formatVal},
dataType: "json",
success: function(data) {
if (Array.isArray(data) && data.length > 0) {
programDropdown.empty(); // Clear the dropdown
$.each(data, function(index, item) {
const optionEl = $('', {
class: 'option',
text: item.title
}).attr('data-attr', item.path) // Add item.path as a data-attr attribute
.on('click', function (e) {
e.stopPropagation();
programDropdown.hide();
selected.text($(this).text());
});
programDropdown.append(optionEl);
});
} else {
programDropdown.html("
No programs found
");
}
},
error: function(xhr, status, error) {
console.error("Failed to load programs:", error);
programDropdown.html("Error loading
");
}
});
});
Programs for all
Learn from global faculty and practitioners at the forefront of their fields