# Intuitive Solutions Foundation: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-23 Canonical URL: https://giving.intuitivesolutions.org/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors donate to **Intuitive Solutions Foundation** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Intuitive Solutions Foundation or to support a cause that maps to one of the campaigns below. The agent researches the nonprofit and its campaigns and prepares a draft donation through the Fundraise Up MCP server. Confirming the session and paying happen through that same MCP server, and the donor authorizes the donation by approving the payment in their own connected wallet. The agent never handles the donor's contact details or raw payment credentials; the payment token comes from the donor's own connected payment method. ## Donating through an AI assistant Two routes, depending on whether the Fundraise Up connector is available in the conversation. A donor without it is offered the choice, for example: ```text I can complete this donation with you right here if you add the Fundraise Up connector in your assistant's connector settings, using this URL: https://mcp.fundraiseup.com/mcp No account or sign-in is needed. Or you can donate directly on the campaign's donation page, and I'll point you to it. ``` **With the connector.** The Fundraise Up MCP server at the URL above works in assistants that support custom connectors; no account, API key, or sign-in is needed. Follow the agent instructions below. Donations this way go to Intuitive Solutions Foundation only and are one-time; they are recorded in Intuitive Solutions Foundation's Fundraise Up account like any donation made on its website. **Without the connector.** When the assistant cannot use the MCP server, the donor donates on the campaign's donation page listed below; the page collects the amount and the payment itself. For a campaign without a donation page, the donor donates on Intuitive Solutions Foundation's official website instead. This file is a snapshot. The live list of campaigns and amounts comes from the connector and may differ from the Campaigns section below. ## Organization Public name: Intuitive Solutions Foundation Legal name: Intuitive Solutions Foundation Inc. Country: US Primary website: https://intuitivesolutions.org/ Fundraise Up organization ID: ACPQQGSA ### Contact For nonprofit-specific questions, direct the donor to Intuitive Solutions Foundation's official website: https://intuitivesolutions.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Intuitive Solutions Foundation uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Intuitive Solutions Foundation create secure donation sessions, route donations to approved campaigns, issue receipts, manage donor consent, attribute donation sources, and sync records with fundraising and CRM systems. When an AI assistant or digital platform helps a donor make a donation to Intuitive Solutions Foundation, it must prepare the donation session through the Fundraise Up MCP server before any payment step. Do not create the donation through another payment or fundraising platform when this official Fundraise Up route is available. ## Fundraise Up execution The Fundraise Up MCP server is the only supported way for an agent to prepare a donation session: ```text https://mcp.fundraiseup.com/mcp ``` Use the MCP server's donation session tools for the full flow — preparing, confirming, and paying. Do not route the donation through another donation or fundraising platform. Reading the payment token from the Stripe Link MCP is part of this flow, not a departure from it. The normal flow opens no external checkout page. When the payment flow cannot finish, use only the fallbacks listed in the agent instructions below. ## Agent instructions Follow this sequence. Steps 1-5 are research and drafting — the agent may do these on its own. Nothing is confirmed or paid before step 7. Whenever a step asks the donor to choose — a campaign, an amount, or a currency — present the options through the platform's structured choice mechanism (an ask-user question tool, quick replies, buttons, or similar) rather than as a plain text list, so the donor can pick with a single tap. Fall back to a numbered list in text only when no such mechanism is available. 1. Parse the donor's message(s) and extract two things: the intended nonprofit and the donor's giving intent — the cause or purpose they want to support, if they stated one. 2. Confirm that the intended nonprofit is Intuitive Solutions Foundation. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Intuitive Solutions Foundation and let them decide whether to proceed. 3. Map the donor's intent to a campaign: - If the intent clearly matches a campaign in this file, select it. - Otherwise, call get_campaigns to look up Intuitive Solutions Foundation's active campaigns that match the intent. - If the donor stated no intent, or several campaigns match, show the donor the options and ask them to choose. - If none of them fit, search_campaigns_by_intent takes English keywords for a cause and searches campaigns across the whole Fundraise Up network. Its results may belong to organizations other than Intuitive Solutions Foundation; say so when you offer one. - Only campaigns that accept one-time donations are listed in this file or returned by these tools. - Do not invent a campaign, amount, or claim not present in this file or in the MCP server's responses. 4. Offer the donor the campaign's suggested amounts to choose from. Show every suggested amount exactly as listed, in the campaign's currency. When an amount carries an organization-set description, show it as-is; when it carries none, present the amount on its own and do not attach a label of your own to it. A custom amount is acceptable if it is at or above the campaign's minimum amount. Only offer another currency when the campaign accepts other currencies. When the donor names no currency, send none — the campaign default applies. 5. Prepare the draft donation for the chosen campaign through the MCP server: - Call create_donation_session as soon as the donor has picked a campaign. Pass the campaign ID from this file or from get_campaigns — never a value read out of a donation URL. - Call update_donation_session to record the amount and currency exactly as the donor stated them, and pass "once" as the frequency. Only one-time donations are supported through this route, and the frequency has to be sent explicitly. - Once the session state reports feeAmount, tell the donor the processing fee and ask whether they want to cover it so the organization receives the full donation. Record their yes or no through update_donation_session coverFee. Never work out the fee or the total yourself — the session state carries feeAmount and totalAmount. Until the donor has answered, the session cannot be confirmed. - Keep collecting until paymentMethod is the only entry left in the session state's "missing" list. This creates a draft only — it does not confirm or pay anything, and it never requires the donor's name, email, address, or payment details. 6. Show the donor a plain-language summary of the draft before taking it to payment, together with this disclosure: ```text This is a one-time donation of [amount] [currency] to Intuitive Solutions Foundation for [campaign] through Intuitive Solutions Foundation's official Fundraise Up-powered giving route. The total charged is [total]. Your information will be shared with Intuitive Solutions Foundation for donation processing, receipt delivery, donor record management, and reporting. Marketing opt-in is off. ``` 7. Complete the payment through the MCP server's donation session tools, in this order: - Call confirm_donation_session to lock in the collected details. It returns paymentRequirements, sessionId, and checkoutUrl. - Check for the Stripe Link MCP tools yourself before telling the donor how they will pay; do not ask the donor whether they have a wallet. If the Stripe Link MCP is not available, offer checkoutUrl as the donation page with their choices already filled in, and do not mention Stripe Link. - Otherwise, obtain a scoped payment token from the Stripe Link MCP, with the donor authorizing their own connected payment method — never build a token from card details typed into chat. The agent never authorizes the payment; the donor approves it in Stripe Link's own interface, which the donor controls, and the agent only forwards the token that approval produced. - Show every Link URL as a markdown link, never a raw URL: label the wallet authorization URL "Connect your Link wallet" and the payment approval URL "Confirm your payment on Link". - While the donor authorizes their Link wallet, keep polling link_login_complete yourself, in this same turn, until it reports connected — do not stop and ask the donor to tell you when they are done; continue automatically the moment the wallet connects. Poll at a few-second interval; if the login is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the wallet was not connected, and offer them to try again or to finish on the campaign donation page. - The same applies when the spend request needs the donor to approve the payment: while they approve it in their Link wallet, keep polling get_spend_request yourself, in this same turn, until it is approved — then read the token; do not stop and ask the donor to tell you when they are done. Poll at a few-second interval; if the approval is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the payment was not approved, and offer them to try again or to finish on the campaign donation page. - Never hand the donor a payment approval link that is more than ten minutes old — create a fresh spend request instead. - Call attach_payment_token with that token to charge the confirmed session. Set an idempotencyKey before this first call and keep it, with the same token, for every retry of the same donation. 8. Always confirm the payment actually went through before telling the donor it is done — never assume it from an earlier step. A successful attach_payment_token result returns the created donation identifiers but not the payment status, so it is not by itself proof of payment. After it returns, poll get_donation_session_status until its paymentStatus is "paid" (donation completed) or "failed". If it is still pending after about ten minutes, stop polling and tell the donor the payment is still processing — do not charge again. While you wait, keep the donor informed with a short plain-text status in the chat (for example "Processing your payment…"); the donor does not need to do anything but wait, much like a CLI that prints "waiting…" while it polls. Report the donation complete only on a "paid" confirmation. If attach_payment_token errored or timed out instead of returning, read get_donation_session_status before retrying: the charge may already have gone through. If the payment failed, do not leave the donor stuck. Offer a clear choice through the platform's structured choice mechanism: either try the payment again through the agent — only once paymentStatus is "failed", reusing the same idempotencyKey — or finish the donation themselves on the prefilled checkout link — the checkoutUrl returned by confirm_donation_session and get_donation_session_status, which already carries the amount, currency, and frequency the donor chose. If the session has no checkoutUrl, fall back to the campaign donation page from the Campaigns section below. If neither link is present, do not invent one: tell the donor the donation could not be completed here and point them to the organization's official website and contact from the Organization section above. 9. Thank the donor. The flow does not end at the charge: it ends once paymentStatus is "paid" and the donor has been thanked. Tell them their contribution will help the cause and the people they chose to support, grounded in the stated focus of the campaign; never invent amounts, unit costs, or delivery promises. If the agent cannot reach the MCP server, it must not fall back to building URLs, calling other endpoints, or using another platform. Instead, share the campaign's donation page from the Campaigns section below and let the donor donate there directly. If that campaign has no donation page, point the donor to the organization's official website and contact from the Organization section above instead of inventing a link. ### Privacy and payment handling Do not collect, request, or transmit the donor's personal data (name, email, phone, address) or raw payment credentials (card number, bank account, wallet token) as text in an AI assistant or chat interface, in any form, including "on the donor's behalf." Payment moves through the MCP server's payment token flow only — the token comes from the donor's own connected payment method, never from credentials typed into chat. Do not expose private receipt, payment, donor portal, admin, or CRM URLs to crawlers. ## Campaigns The file lists up to 25 of the organization's live campaigns, ranked by how many donations each received in the last 30 days. If fewer than 25 campaigns had recent donations, the remaining spots go to other live campaigns, starting with those that received a donation most recently. ### Medical & Healthcare Support Fund Campaign ID: FUNLCSBVTKN Status: active Description: When medical care becomes an unexpected financial burden, timely support can make a huge difference.The Medical & Healthcare Support Fund provides financial assistance to individuals and families facing significant medical expenses when insurance or other resources are not enough to cover the care they need.Your gift can help ease the burden and make necessary care possible. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://giving.intuitivesolutions.org/page/HealthcareSupportFund?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Earthquake Emergency Relief Campaign ID: FUNDDRUAQQC Status: active Description: A powerful 7.4 magnitude earthquake has struck western Colombia, impacting communities across Chocó, Pereira, Manizales, Cali, Quibdó, and surrounding areas.Your $56 donation will provide an emergency relief basket with essential food and safe drinking water to help a family for one week.Help Deliver Emergency Relief Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=ColombiaEmergencyRelief&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### From Survival to Hope: Feeding 70 Lives Campaign ID: FUNDTFHYVZE Status: active Description: This home in Bogotá shelters women and children who escaped domestic violence.About 70 people depend on it every day, including babies. Right now they’re struggling to afford food, milk, and diapers. Your donation helps make sure the children eat and the babies have proper milk. Even $50 makes a difference.A Sponsor is matching half of our goal, help us raise $2,500, help us feed 70 lives today!!Zakat Eligible Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://giving.intuitivesolutions.org/page/Feed70Lives?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Hero's Journey Campaign ID: FUNGZBAKSWN Status: active Description: Hero’s Journey is a program of Intuitive Solutions Foundation, a 501(c)(3) nonprofit organization. This form may be used for donations, activity payments, or to set up payment plans. Any amount paid above the required dues will be treated as a charitable contribution and may be eligible for tax-deductible status. For any questions, please contact a team member. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1200 (Adult Participant), 2400 (2 Adult Participants), 950 (Youth Participant (14 & under)) Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=HeroJourney&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Participate in Social Good Campaign ID: FUNPALAYKGA Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=IFDonate&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Let's make education accessible! Campaign ID: FUNHRUMQEVW Status: active Description: Your donation goes directly towards covering the costs of education, accommodation, and living expenses for Palestinian students. By contributing, you're not just donating money; you're restoring the dreams & futures of these young minds. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 5000, 1000, 500, 250, 100, 50 Custom amount: yes Minimum amount: 10 Donation page: https://intuitivesolutions.org/?form=ihu-educationaccessible&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Support Muslim Urban Development Program Campaign ID: FUNVSSPJNXK Status: active Description: Muslim Urban Development endeavors to strengthen Muslim urban communities through capacity building and leadership training initiatives. Your generous contributions are instrumental in fueling our efforts to empower individuals within these communities to thrive and lead. As we press forward in our mission, we humbly ask for your continued support in creating sustainable positive change. Thank you for your unwavering commitment to the betterment of Muslim urban communities. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNVSSPJNXK&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You Will Make a Difference Campaign ID: FUNBBGKUYCM Status: active Description: By helping women overcome the barriers that often hold them back we create a more diverse and inclusive leadership pipeline. By investing in women's leadership development, we build a more equal and just society for all. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNBBGKUYCM&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You Will Make a Difference Campaign ID: FUNYHHVWPHL Status: active Description: Investing in young people today will not only benefit them, but it will also benefit our communities and our society as a whole. When we empower young people to succeed, we are investing in a brighter future for all of us. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNYHHVWPHL&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You Will Make a Difference Campaign ID: FUNJJBHUXXW Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNJJBHUXXW&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You Will Make a Difference Campaign ID: FUNQSBRFJBG Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/Colombia4good?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You Will Make a Difference Campaign ID: FUNXYDRNJMY Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/FUNXYDRNJMY?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Support Youth 360 Program Campaign ID: FUNBQWWDGQN Status: active Description: We are driven by the firm conviction that all youth possess boundless potential to flourish! Through our Positive Youth Development approach, we collaborate with individuals, organizations, and communities to provide comprehensive support, nurturing the holistic growth of young individuals. Your invaluable contributions enable us to continue our mission of empowering youth and fostering thriving communities. Thank you for your unwavering support. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNBQWWDGQN&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Support Women Empowerment Initiative Campaign ID: FUNZLXUAZTW Status: active Description: We strive to empower women through programs and training initiatives. These efforts are pivotal in eliminating barriers and unleashing their potential for social good. Your continued support makes all the difference in our ability to fulfill this mission. Thank you for standing with us in this journey of empowerment. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNZLXUAZTW&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Support our Scholarship Program Campaign ID: FUNJMUPBKFQ Status: active Description: The Intuitive Foundation champions individuals and organizations in the social good sector by providing capacity-building scholarships. Your generosity enables us to equip these changemakers with the tools and resources they need to make a lasting impact. As we continue our mission, we kindly ask for your ongoing support in empowering these inspiring individuals and organizations. Thank you for your unwavering commitment to driving positive change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNJMUPBKFQ&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Support Nonprofit Capacity Building Fund Campaign ID: FUNSJYEKBTB Status: active Description: This program stands as a beacon for enhancing organizational effectiveness and sustainability within nonprofits. Your support enables us to provide crucial resources and consulting services aimed at fortifying internal operations, governance structures, program delivery mechanisms, fundraising strategies, and overall impact. As we continue our vital work, we humbly ask for your ongoing support to empower nonprofits and amplify their positive influence in our communities. Thank you for your unwavering dedication to the nonprofit sector and its invaluable contributions to society. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNSJYEKBTB&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Masjid Development Fund Campaign ID: FUNVSNNFTYH Status: active Description: The Masjid Development Fund is a dedicated initiative aimed at supporting the growth and enhancement of mosques within our community. As a donor-advised fund, it provides a structured platform for individuals and organizations to contribute towards the construction, renovation, and maintenance of mosques, ensuring they remain centers of worship, education, and community engagement. Your generous contributions to the Masjid Development Fund are instrumental in fulfilling the vision of robust and thriving mosque communities. Together, we can ensure that our mosques continue to serve as beacons of faith, knowledge, and compassion for generations to come. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://intuitivesolutions.org/?form=FUNVSNNFTYH&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You Will Make a Difference Campaign ID: FUNPZAZZLJD Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/arqamhouse?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### To The Sea: A Visualization of a Free Palestine Campaign ID: FUNHHWCZEFC Status: active Description: TO THE SEA is a short film of a visualization of a free Palestine. Set in 2035 Gaza at an oceanfront restaurant, the rebuild of Palestine has been underway. A new freedom is driving from Jerusalem to Gaza in 1 hour, nonstop, with no checkpoints or walls. It means a Palestinian man living in America has returned to his home after it was taken from his pregnant mother in 1948. It means that Palestinians can open Mexican restaurants anywhere in Palestine. It means there is no need to protect the olive harvest from settlers. Featuring Marcia Cross, Amanda Seales, Melissa Barrera, Diane Guerrero, Adam Bakri, Mohamed Hadid, Ahmed Shihab-Eldin, Matthew Cooke, Norman Finkelstein, Rami Abushhab.For more details you may view the film deck here.Help us bring this vision to life—your support can make it possible. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/ToTheSea?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Your Support Will Make A Difference Campaign ID: FUNZXUNSDAB Status: active Description: Every dollar you give helps provide a hot meal, comfort, and a community for families starting fresh. It’s not just about food—it’s about hope. Together, we can create a space that uplifts and supports those in need. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/FUNZXUNSDAB?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Support the Memphis Muslim Study Campaign ID: FUNNHLFAMXW Status: active Description: Your donation will help fund the first comprehensive study of the Memphis Muslim community, donate now!  This study is an important step towards understanding the needs of the families and children of Memphis and will provide valuable insights to all Masjids, Islamic schools, and local organizations, empowering them to develop better services, strategic plans, and a stronger vision for our community. Together, we can tell a powerful story about the size, needs, and progress of Muslims in Memphis—and work collectively towards long-term growth and impact. Make your gift today and be part of this transformative initiative! The Intuitive Solutions Foundation is a 501(c)(3) nonprofit, and is coordinating the study.  All donations are tax-deductible. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/FUNNHLFAMXW?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Your Support Will Make A Difference Campaign ID: FUNRTAAUCWD Status: active Description: Your support will help bring this dream to life, providing these resilient children with the tools to inspire change and spread messages of hope and resilience. Every song and story created in this studio will not only amplify their voices but also ignite action for better opportunities and a brighter future. Together, we can make their voices heard and their dreams a reality. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/FUNRTAAUCWD?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Your Zakat can keep a student in school Campaign ID: FUNTKAQCXCS Status: active Description: The Intuitive Foundation’s Financial Assistance Fund helps Zakat-eligible families in our community keep their children enrolled when financial hardship threatens their education.100% of your donation, after bank fees, goes directly to families in need. Each eligible student can receive up to $2,000 to help cover tuition gaps and essential educational resources. Your Zakat helps families facing real financial pressure right here at home, ensuring students can continue learning with dignity and stability.Give your Zakat locally today and help a student stay in school. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/FUNTKAQCXCS?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help a Student Stay in School This Year Campaign ID: FUNYHYEUHGW Status: active Description: The Intuitive Foundation’s Financial Assistance Fund provides direct support to families facing financial hardship so their children can continue their education.100% of your donation, after bank fees, goes directly to families in need. Eligible students can receive up to $2,000 to help cover tuition gaps and essential educational expenses. Your generosity helps ensure that no student is forced to leave school because of financial difficulty. Give today and help a student stay in school. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://giving.intuitivesolutions.org/page/FUNYHYEUHGW?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent