> For the complete documentation index, see [llms.txt](https://docs.esignet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.esignet.io/interoperability/mosip.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
