×
HOME PROJECTS NETWORK
NETWORK COMMUNITY EVENTS PARTNERSHIPS BLOG
DONATE CONTACT
CONTACT FORM ABOUT US
DE EN
AGAPE ASSISTENT
Hello! I am your Agape Assistant. How can I help you today?

Partnerships

Together for the nations.

Our Network

Churches & Fellowships

We work closely with local churches to carry God's love practically and spiritually into the world.

Organizations

Through strategic alliances with humanitarian partners, we pool resources for sustainable help.

Individuals

Every individual counts. Become part of our vision through prayer, support, or active collaboration.

Your Daily Impulse

Need encouragement today? Tell us briefly how you are feeling.

function shareImpuls() { const text = document.getElementById('impuls-content').innerText; const ref = document.getElementById('impuls-ref').innerText; const shareText = `*Agape Impulse for you:*\n\n"${text}"\n\n_(${ref})_\n\nFind more encouragement here: https://agapefornations.com/en`; if (navigator.share) { navigator.share({ title: 'Agape for Nations Impulse', text: shareText, url: 'https://agapefornations.com/en' }); } else { window.open(`https://wa.me/?text=${encodeURIComponent(shareText)}`, '_blank'); } } function copyImpuls() { const text = document.getElementById('impuls-content').innerText; const ref = document.getElementById('impuls-ref').innerText; const fullText = `"${text}" (${ref})\n\n- found on agapefornations.com/en`; navigator.clipboard.writeText(fullText).then(() => { alert("Impulse copied!"); }); }