91精品

be_ixf;ym_202604 d_16; ct_50


OPEN TO THE WORLD.

PRICED FOR YOURS.

Master of Leadership & Ministry and Doctor of Ministry 鈥 where you live and lead.

Wherever you are, AGTS can equip you for Spirit-led ministry鈥

鈥揇r. Wade Mumm, Vice President, AGTS

Archippe Bwango, 2026
Democratic Republic of Congo

Here, You’re Empowered鈥揥herever You Live.

Step into your calling with trusted Pentecostal training from AGTS. Our programs are designed to equip you with Spirit-led, theologically sound education鈥攖ailored to your region, your culture, and your Kingdom assignment.

Daniel Bohara, 2027
Nepal

How You Can Learn.

Study 100% online from anywhere in the world鈥攚ithout leaving your home, ministry, or community. Earn a respected Pentecostal degree on your schedule with support from experienced faculty and a global community of mission-driven peers.

Sergio Navarrete, D.Min.
Director of Hispanic Initiatives

Stay Connected Globally.

You won鈥檛 walk alone. Engage deeply with AGTS faculty, global mentors, and a worldwide community of Spirit-empowered leaders鈥攚ithout leaving your country.

Connect with an Advisor鈥擥et Your Regional Rate

Degree Programs

Now accepting applicants for Fall 2026

International pricing applies only to non-U.S. citizens who reside outside the U.S. and study online from their country of residence. Students who come to the United States (e.g., on an F-1 or other visa) will be billed at standard U.S. tuition.


鈥淎GTS provides a Spirit-empowering and transformative education that is not readily available in other nations. The training I received through their gifted educators and groundbreaking curriculum has equipped me to serve with prophetic anointing, godly insight, and ministry excellence as I lead my Church and community.鈥

Will Sloos

Lead Pastor, Richmond Hill Pentecostal church, Ontario, Canada, DMin 2026

鈥淚n an age of rising travel costs and visa restrictions, the ability to access a Pentecostal education internationally is invaluable. AGTS not only sharpened and focused my theology and practice but also deepened my understanding of God鈥檚 Word and His work. That formation has greatly enhanced my teaching ministry here in Asia.鈥

Susan Comiskey

Dean of Students & Resident Faculty, Asia Theological Centre, DMin 2022

and $('body, html').removeClass('glightbox-open'); $('body, html').css('overflow', ''); // Clear inline 'overflow' style $('body, html').css('overflow-y', ''); // Clear inline 'overflow-y' style } function runGravityFormInitialization() { // 1. Re-insert styling hacks const $themeLink = $('#gform_theme-css');聽 if ($themeLink.length) { const newLink = $themeLink.clone(true); $themeLink.remove(); $('head').append(newLink); } // 2. Run core initialization functions if (window.gformInitDatepicker) { gformInitDatepicker(); } if (window.gformInitSpinner) { gformInitSpinner(64); } if (window.gformInitForm) { gformInitForm(64, null, 'gravity-theme'); } // 3. Visual refresh const $form = $('#form-container-64'); $form.hide().show(0);聽 } function loadScript(url, callback) { if ($('script[src*="' + url.split('?')[0] + '"]').length === 0) { const script = document.createElement('script'); script.src = url; script.onload = callback; document.body.appendChild(script); } else if (callback) { // If already loaded, run the callback immediately callback(); } } // Main click handler for the 'Open Form' button $(document).on('click', '#open-second-popup', function(e) { e.preventDefault(); const regionName = $(this).data('region'); closeGlightboxManually(); $('#form-container-64').html('
Loading form...
'); $('#my-custom-form-modal').css('z-index', 9999999).fadeIn(100);聽 $('body, html').css('overflow', 'hidden').addClass('gf-modal-open'); // We use field_values to attempt to set the region on the server-side, // but we will also set it client-side for guaranteed success. const shortcodeString = '[gravityform id="64" title="false" description="false" ajax="true" field_values="region=' + regionName + '"]'; jQuery.post(ajaxurl, { action: 'render_gravity_form', shortcode: shortcodeString }, function(response) { if (response.success) { // 1. Inject the rendered HTML $('#form-container-64').html(response.data.html); // Manually set the field value $('#input_64_5').val(regionName); // --- DYNAMIC SCRIPT LOADING SEQUENCE --- loadScript(wpHooksUrl, function() { loadScript(gfJsonUrl, function() { loadScript(gfCoreUrl, function() { runGravityFormInitialization(); }); }); }); } else { const errorMsg = response.data || "Unknown server error."; $('#form-container-64').html('

Error: ' + errorMsg + '

'); } }).fail(function() { $('#form-container-64').html('

Communication error. Could not reach the server.

'); }); return false; }); // Close handler 1: Close button inside the modal $('#close-form-modal').on('click', function() { $('#my-custom-form-modal').fadeOut(300, function() { // Force a page reload window.location.reload(); }); }); // Close handler 2: Click outside the modal content $('.custom-modal-overlay').on('click', function(e) { if (e.target.id === 'my-custom-form-modal') { $('#my-custom-form-modal').fadeOut(300, function() { // Force a page reload window.location.reload(); }); } }); });