# Table of Contents - [JLINC Documentation Library](#jlinc-documentation-library) --- # JLINC Documentation Library ![logo](https://docs.jlinc.io/images/logo.svg) [Auditable Data Starts Here](https://docs.jlinc.io/#/?id=auditable-data-starts-here) ===================================================================================== JLINC ensures every data action is traceable and protected against tampering. [Read the docs](https://docs.jlinc.io/#/?id=the-jlinc-process) [JLINC Core NodeJS Library](https://docs.jlinc.io/#/?id=jlinc-core-nodejs-library) =================================================================================== The JLINC Core NodeJS Library serves as a centralized vehicle for leveraging all aspects of the core JLINC protocol. This library will enable you to build client/server applications that leverage built-in secure identity management, agreement signing, and data exchange provided via the protocol. Details of the JLINC protocol, schema, and context can be found at: [https://protocol.jlinc.org/](https://protocol.jlinc.org/) . [The JLINC Process](https://docs.jlinc.io/#/?id=the-jlinc-process) ------------------------------------------------------------------- The below diagrams demonstrate the flow of data, signatures, and auditing records. This methodology is what is used to ensure entities and individuals are accountable to the Standard Information Sharing Agreement (SISA). ### [Signing agreements and data](https://docs.jlinc.io/#/?id=signing-agreements-and-data) The interaction depicted here represents an entity, Bob, requesting personally identifiable information from Alice. ![Signing agreements and data](https://docs.jlinc.io/diagrams/signing-agreements-and-data.drawio.svg) ### [Auditing signatures](https://docs.jlinc.io/#/?id=auditing-signatures) This interaction represents how Bob, or Alice, could leverage audit records stored with a third party to validate that transmission and use of data has been conducted according to the agreement. ![Auditing signatures](https://docs.jlinc.io/diagrams/auditing-signatures.drawio.svg) ---