# MOSIP

**MOSIP** (Modular Open Source Identity Platform) is an open-source, API-first identity management solution enabling countries to develop national ID systems using open standards. It provides individuals with a foundational identity, ensuring secure, scalable, and inclusive identity management.

### **How eSignet Integrates with MOSIP**

eSignet integrates with MOSIP through the **ID Authentication module**, enabling secure identity verification and credential management via key APIs:

* **KYC Authentication API**: Verifies user identities securely.
* **KYC Exchange API**: Shares encrypted KYC tokens.

### Use Case <a href="#use-case-patient-access-to-health-services" id="use-case-patient-access-to-health-services"></a>

#### Patient Access to Health Services <a href="#use-case-patient-access-to-health-services" id="use-case-patient-access-to-health-services"></a>

A patient with a national ID can log in to an online health portal to check appointments and health records. The login process is handled by eSignet, which authenticates the patient’s identity against the MOSIP national ID system, ensuring secure access to personal health data. This integration provides seamless, secure, and scalable access to healthcare services while maintaining data privacy and authenticity.

👉 Learn more about integration with [MOSIP](https://docs.mosip.io/1.2.0/integrations/e-signet).

👉 To try it out yourself in our sandbox [Collab](https://collab.mosip.net/) environment, click [here ](/esignet-authentication/test/try-it-out.md)to access the eSignet Try It Out section.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.esignet.io/interoperability/mosip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
