This document discusses SharePoint add-ins, formerly known as apps. It provides an overview of add-ins, how they differ from traditional SharePoint solutions, and how to develop and install them. Add-ins allow custom code to run alongside SharePoint and can be used to integrate SharePoint with external systems, modify SharePoint sites, or add custom forms and web parts. They are developed using Visual Studio and deployed by uploading packages to the add-in catalog. Add-ins have their own identity and permission model separate from users.