Which visa annotations can be converted to an Employment Gold Card domestically?

In accordance with Articles 9 and 12 of the Act for the Recruitment and Employment of Foreign Professionals and Article 23 of the Immigration Act, holders of visas with a stay duration of 60 days or more and without restrictive annotations upon entry are eligible to convert to an Employment Gold Card. The eligible visa annotation codes include A, B, P, ES, and J. For those with the YM annotation, it should be changed to category A in Taiwan before they can apply for the Gold Card.

For detailed visa annotation regulations, please refer to this Opens a new window: to convert or change their visa’s purpose of residence to those in the following visa remark table

Please note: Foreign professionals must still meet specific conditions after obtaining their Gold Card to enjoy tax benefits. Please refer to the relevant regulations for qualification details: Articles 3 of the Regulations Governing Reduction and Exemption of Income Tax of Foreign Specialist Professionals and Article 20 of the Act for the Recruitment and Employment of Foreign Professional Talent .

/* // 等待聊天氣泡載入 function modifyChatPosition() { const chatBubble = document.querySelector('[style*="z-index: 2147483645"]'); if (chatBubble) { // 修改到左下角 chatBubble.style.left = '1rem'; chatBubble.style.right = 'unset'; console.log('聊天氣泡位置已修改'); } else { // 如果還沒載入,等一下再試 setTimeout(modifyChatPosition, 500); } } // 頁面載入後執行 window.addEventListener('load', () => { setTimeout(modifyChatPosition, 2000); // 給 Chatbase 時間載入 });*/