Where are images pasted, inserted or attached to the HTML Editor/Tiny MCE storedSummaryWhen inserting images into the HTML editor of knowledge or email, it can done by: 1) Pasted directly (ctrl button or right-click + paste) 2) inserted via "insert/edit image" button The Insert/Edit image button will give a type option of "Image Library" or "Attachment" Depending on the method used, the image will go to: - db_image table for "Image Library" - sys_attachment for "Attachment" and "paste" For example, in the section below, the images were pasted three different ways. The KB body will contain html that shows direct paste and insert attachment are directed to sys_attachment. While the image library is the default ('public') for the now-favicon a) From Cut and paste: b) From Insert/edit image -> Image library c) From Insert/edit image -> as attachment HTML of above snippet: <p>a) From Cut and paste:</p> <p><img src="/sys_attachment.do?sys_id=1849b5f21b47f410df9432ebdc4bcbc5" /></p> <p>b) From Insert/edit image -> Image library</p> <p><img style="align: baseline;" title="" src="now-favicon.pngx" alt="" width="100" height="100" align="baseline" border="" hspace="" vspace="" /></p> <p>c)</p> <p>From Insert/edit image -> as attachment</p> <p><img style="align: baseline;" title="" src="sys_attachment.do?sys_id=de4a79b61b47f410df9432ebdc4bcb88" alt="" width="128" height="128" align="baseline" border="" hspace="" vspace="" /></p> Related LinksThe images being in sys_attachment or the public "db_image table affects availability for copying from the html editor or article view and into other applications like outlook or MS Word. This is also related to https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0656825