Find the program that's right for you!

Meet your new AI Advisor (beta), an AI chatbot designed to help you find the right college programs for your career and life goals. 

Chat with AI Advisor

Chatting with the AI Advisor can help you access recommendations about where (and what) you want to study. Whether you want to explore a new career field or get better in your current one, our AI Advisor will offer you options to take the next step!​

FYI: The button will lead you to a new page. ​

Please be aware that this AI Advisor is currently in its beta phase. The AI's suggestions are generated based on current data and may not always be completely accurate. Always verify the information before making decisions.​

Your data is used to interact with you and provide customized responses. It helps our team evaluate and improve the tool but will not be used to train our AI models. Your feedback as a beta user is invaluable in helping us improve. Thank you for your understanding and cooperation.​

This website uses cookies in order to optimize your personalized experience, support website analytics and to deliver advertising. For more information, read our cookie policy.

document.getElementById("startchat").addEventListener("click", function(event) { event.preventDefault(); // Prevent default button behavior const url = "https://advisor.beta.dev.ontariocolleges.ca/?lang=en"; fetch(url, { method: 'HEAD' }) // Check if the URL is accessible .then(response => { console.log(`Status Code: ${response.status}`); // Log status code to console if (response.status === 200) { window.open(url, '_blank'); // Open in a new window if available } else { alert("Sorry, the tool is not available at the moment, please retry after some time."); } }) .catch(error => { console.error("Fetch error:", error); alert("Sorry, the tool is not available at the moment, please retry after some time."); }); });