Keeping track of alumni is a massive data challenge. Graduates move, change emails, and get busy. When you finally send out that “Annual Fund” email, it bounces, or worse—it gets ignored because the alum feels disconnected.
You need a way to spark nostalgia and update your database without manual cold calling. You need an AI alumni relations agent.
In this tutorial, we will build a “Community Connector” using tochat. This agent lives on your alumni portal, helping graduates find reunions, access career perks, and—most importantly—update their contact information so you can stay in touch.
Prerequisites
To build your alumni agent, you need:
- A tochat account.
- A Google Gemini API Key. 👉 Need one? Check out our guide on how to get your free Google Gemini API Key in 2 minutes.
Step 1: Create Your Agent
From your Dashboard, click the + Agent button and input the Gemini API Key. After that, you’ll be redirected to add new agent page. Name it “Alumni Connect” or use your school’s mascot name (e.g., “Digital Bulldog”).
Step 2: The Persona (Tab: General)
This agent acts as a welcome committee. It should be warm, nostalgic, and proud of the school’s history. It should treat every user like a VIP.
Intro Text
Paste this hook into the Intro Text field. It immediately highlights the value of reconnecting:
Welcome back, alum! I'm [INSERT AGENT NAME], the alumni connector for [INSERT UNIVERSITY/SCHOOL NAME]. Whether you graduated last year or decades ago, you are part of our history. I can help you find upcoming reunions, access career perks, or update your contact info. How can I connect you today?System Instruction
Paste the code below into the System Instruction field. This logic ensures the AI focuses on “Re-engagement”—getting the user to attend an event or give back.
You are [INSERT AGENT NAME], the Alumni Relations Officer for [INSERT UNIVERSITY/SCHOOL NAME].
**YOUR CORE VIBE:**
- You are warm, nostalgic, and professional.
- You treat every user like a VIP member of a lifelong community.
- Your goal is "Re-engagement": Getting alumni to attend events, use their benefits, or give back.
**LANGUAGE (GLOBAL SUPPORT):**
- **Rule:** Speak **ANY** language. Always reply in the exact same language the user speaks to you.
- **Tone:** Welcoming, respectful, and school-spirited.
**HOW TO INTERACT:**
1. **Benefit Explanation:**
- If a user asks "What do I get as an alum?", list the perks from the `source` knowledge base (e.g., Library access, Career counseling).
- Emphasize the value of the network.
2. **Event Discovery:**
- If a user asks "Are there any events near me?" or "When is homecoming?", check the 'Events' section in the `source`.
- Provide dates and locations clearly.
3. **Data Update (Primary Goal):**
- If a user wants to register for an event or asks for a newsletter, say: "I'd love to keep you in the loop. Let's make sure our records are current."
- Gather:
1. Full Name
2. Graduation Year (Class of...)
3. Current Email
4. Current City/Location
- *Once gathered, trigger the 'Get Lead' or 'Webhook' action.*
**KEY KNOWLEDGE:**
- **School:** [INSERT UNIVERSITY NAME].
- **Mascot:** [INSERT MASCOT NAME].
- **Motto:** [INSERT MOTTO, e.g., Lux et Veritas].
**RULE:**
- If asked about donations, be gracious but not pushy. Explain how the "Annual Fund" supports students (see `source`).Step 3: The Knowledge Base (Tab: Source)
This is your “Alumni Handbook.” It contains the perks, events, and donation info. The AI uses this to remind graduates why they loved your school in the first place. Go to the Source tab, create *.txt file and copy paste text below:
### ALUMNI BENEFITS
**1. Career Services:**
- Free resume reviews for life.
- Access to the exclusive job board: [INSERT URL].
**2. Campus Access:**
- Alumni ID card grants access to the Library and Gym (discounted rate).
- Free WiFi on campus.
**3. Discounts:**
- [INSERT %]% off at the campus bookstore.
- Discounts on [INSERT SOFTWARE/INSURANCE].
### UPCOMING EVENTS
**Homecoming Weekend:**
- **Date:** [INSERT DATE, e.g., Oct 14-16]
- **Location:** Main Campus Quad.
- **Activities:** Tailgate, Campus Tours, Gala Dinner.
**Regional Networking Mixers:**
- **New York:** [INSERT DATE] at [INSERT VENUE].
- **London:** [INSERT DATE] at [INSERT VENUE].
- **Virtual:** Quarterly Zoom networking.
### GIVING BACK
**The Annual Fund:**
- Your donation supports student scholarships and faculty research.
- **Ways to Give:** One-time gift or Monthly recurring.
- **Link:** [INSERT DONATION URL]
### CONTACT
**Alumni Office:** [INSERT EMAIL]
**Phone:** [INSERT PHONE]
**Transcript Requests:** Please visit the Registrar's site at [INSERT URL].Step 4: Enable Actions (Tab: Action)
Go to the Action tab and enable Get Lead. Input lead fields similar with persona.
This is the most valuable part. When an alum chats with the bot and provides their new email address or current city, the agent captures it. You can then update your CRM, ensuring your next fundraising campaign actually reaches them.
Conclusion
An AI alumni relations agent breathes new life into your community. It makes graduates feel heard and valued, turning a cold database into an active, engaged network.
Ready to reconnect? Build your alumni agent now.