customer-support-pi/
├── index.php
├── admin/
│   ├── index.php
│   ├── pi_management.php
│   └── customer_records.php
├── includes/
│   ├── config.php
│   ├── database.php
│   ├── functions.php
│   └── auth.php
├── assets/
│   ├── css/
│   │   └── style.css
│   ├── js/
│   │   └── script.js
│   └── uploads/
├── api/
│   ├── submit_inquiry.php
│   ├── create_pi.php
│   └── get_customer_history.php
└── README.txt