> 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/home/esignet-2.0.0/local-deployment/try-it-out/end-user-guide.md).

# End User Guides

Fast, secure authentication for residents made easy.

The guides in this section walk through what logging in with eSignet actually looks like from an end user's point of view — step by step, through a real relying-party application, rather than as an abstract flow diagram. Each guide sets the same underlying eSignet login and consent experience in a different real-world context, so you can see how the authentication factors and consent flow described under [Features](/home/esignet-2.0.0/readme/features.md) come together in practice, whichever kind of service is asking a resident to prove who they are.

> **Before you start**: these guides assume some familiarity with how eSignet handles identity claims — see [Claims Configuration](/home/esignet-2.0.0/develop/configuration.md#claims-what-personal-data-a-client-can-receive) under Developer Guide if you haven't already. Screenshots and specific steps shown in each guide are for demonstration purposes only, and may differ from what you see in your own environment.

### Guides in This Section

<table data-view="cards"><thead><tr><th data-hidden data-type="content-ref">Cover image</th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><a href="https://1450374920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGLWCTe02ubJM6M7TcHlg%2Fuploads%2FNWeRysnXyt3sUbhfRRus%2FHealth%20Portal.png?alt=media&amp;token=1303dad4-255e-48de-a904-c7486b26e8e1">Health Portal.png</a></td><td><a href="/home/esignet-2.0.0/local-deployment/try-it-out/end-user-guide/health-portal.md">Health Portal</a></td></tr><tr><td></td><td><a href="https://1450374920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGLWCTe02ubJM6M7TcHlg%2Fuploads%2FVVMpfgzCgpQ54EC6Kyr5%2FTelecom%20Portal.png?alt=media&amp;token=56cd77a8-c72e-4fde-938a-8c639deb470e">Telecom Portal.png</a></td><td><a href="/home/esignet-2.0.0/local-deployment/try-it-out/end-user-guide/telecom-portal.md">Telecom Portal</a></td></tr><tr><td><a href="/home/esignet-2.0.0/readme/principles.md">Principles</a></td><td><a href="https://1450374920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGLWCTe02ubJM6M7TcHlg%2Fuploads%2FnY7UegyXgVsfjrpLVlYA%2FPatient%20Registration%20Portal.png?alt=media&amp;token=4bd62455-f6c4-4e9f-bc1a-06a6b654f604">Patient Registration Portal.png</a></td><td><a href="/home/esignet-2.0.0/local-deployment/try-it-out/end-user-guide/patient-registration-portal.md">Patient Registration Portal</a></td></tr></tbody></table>


---

# 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/home/esignet-2.0.0/local-deployment/try-it-out/end-user-guide.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.
