# End User Guide

### Getting Started: Seamless Access with eSignet

In this user guide, we take the example of a **health services portal** acting as a Relying Party with eSignet. Residents can quickly and securely identify themselves using their country’s foundation ID system (here, **MOSIP**), avoiding the hassle of repeatedly filling out account or personal information. This streamlined process ensures faster access to services and benefits while maintaining security and privacy.

{% hint style="success" %}
Before starting with the login flows, please [refer here](https://docs.esignet.io/esignet-authentication/develop/configuration/claims) to understand more about user claims.
{% endhint %}

eSignet supports the login flow for the following authentication factors:

1. [Login with Password](/esignet-authentication/test/end-user-guide/health-portal/login-with-password.md)
2. [Login flow for OTP-based authentication](/esignet-authentication/test/end-user-guide/health-portal/login-with-otp.md)
3. [Login flow for Biometrics based authentication](/esignet-authentication/test/end-user-guide/health-portal/login-with-biometrics.md)
4. [Login flow with QR code (Inji)](/esignet-authentication/test/end-user-guide/health-portal/login-with-qr-code.md)
5. [Knowledge Based Identification](/esignet-authentication/test/end-user-guide/health-portal/knowledge-based-authentication.md)

{% hint style="success" %}
**Note**: The screenshots and the steps mentioned in each of the flows are for demonstration purpose only and are likely to change based on the use case.
{% endhint %}


---

# 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/esignet-authentication/test/end-user-guide.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.
