"I Am Safe" is an AI Agent created through the Microsoft 365 Copilot Studio Lite. It is an emergency guidance agent that helps citizens stay safe during wars, civil unrest, terroristic attacks, and floods. It provides immediate safety steps and verified hotline numbers for the USA, UK, Kenya, Libya, and globally.
# π‘ I Am Safe β AI Emergency Guidance Agent
> *Calm. Clear. Immediate. Built for people in crisis.*
**I Am Safe** is an AI-powered emergency guidance agent built on **Microsoft Copilot Studio Lite**. It provides real-time, actionable safety advice and verified emergency hotline numbers to people caught in life-threatening situations: wars, floods, civil unrest, fires, terrorist attacks, and medical emergencies.
---
## Coverage
| Country | Languages | Status |
|---|---|---|
| πΊπΈ United States | English | Active |
| π¬π§ United Kingdom | English | Active |
| π°πͺ Kenya | English, Swahili | Active |
| π±πΎ Libya | English, Arabic | Active |
| π Global fallback | English | Active |
**Planned expansion:** Sudan, Somalia, DRC, Bangladesh, Ukraine, Pakistan, the UAE, Qatar
---
## Emergency Scenarios
| # | Scenario | Protocol Used |
|---|---|---|
| 1 | War and armed conflict | ICRC civilian protection guidelines |
| 2 | Civil unrest and riots | International public safety standards |
| 3 | Floods and flash floods | FEMA / WHO emergency protocols |
| 4 | General SOS / fallback | Universal 112 routing |
| 5 | Fire and smoke emergencies | PASS technique / fire service standards |
| 6 | Medical emergency (EMT) | American Heart Association guidelines |
| 7 | First aid β CPR, choking, burns | AHA / Red Cross first aid standards |
| 8 | Terrorist attacks | Run-Hide-Tell (UK NaCTSO / US DHS) |
---
## Repository Structure
```
i-am-safe-agent/
βββ README.md β You are here
βββ agent-config/
β βββ system-instructions.md β Full agent identity prompt
β βββ suggested-prompts.md β Starter prompts for the UI
β βββ knowledge-sources.md β All knowledge URLs and files
βββ topics/
β βββ topic-01-war-conflict.md
β βββ topic-02-civil-unrest.md
β βββ topic-03-floods.md
β βββ topic-04-general-sos.md
β βββ topic-05-fire.md
β βββ topic-06-emt-medical.md
β βββ topic-07-first-aid.md
β βββ topic-08-terrorist-attack.md
βββ h β¦