Use cheerio to parse the form data for each application after page load.
Use AI to determine what keys go where (ONLY KEYS NO DATA FOR SECURITY & PRIVACY)
Fill out the information using javascript and data modeling from the AI
We don't need the AI to fill out the application. If we did we'd be feeding the AI private information from the user and there's no need to do that. All we need it to do is match the keys with the form id/names that cheerio will parse the browser with
Pre-requistes:
We don't need the AI to fill out the application. If we did we'd be feeding the AI private information from the user and there's no need to do that. All we need it to do is match the keys with the form id/names that cheerio will parse the browser with