> 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.md).

# Quickstart

To dive straight into the hands-on experience and see eSignet's features and capabilities for yourself, this is the place to start running a real instance on your own machine and walking through an actual login, rather than just reading about one.

This section is for anyone who wants their hands on eSignet before committing to it: someone evaluating whether it fits their use case, a developer about to start an integration, or a reviewer who just wants proof that the OIDC flow actually works end to end. It isn't a production deployment guide that comes later, once you already know eSignet does what you need it to.

Everything here runs on your own machine, using mock stand-ins for the pieces you wouldn't otherwise have on hand, a mock identity system in place of a real national ID system, and a mock relying party in place of a live production service. Nothing you do here depends on real credentials, a live government ID system, or infrastructure beyond what's already on your laptop. By the end, you'll have watched a real login happen, from clicking "sign in" through to a completed, authenticated session, rather than just read about one.

### Don't Want to Set Anything Up?

eSignet is already running in MOSIP's collaboration environment (a shared sandbox) you can try without installing or running anything locally. Try eSignet in the [MOSIP Collab](https://collab.mosip.net/) Environment.

This is the fastest way to get a feel for eSignet if you just want to see it in action. The rest of this section is for anyone who wants it running on their own machine instead, useful if you're planning to integrate with it, poke around its configuration, or just want an environment that's entirely yours.

Continue reading the pages below to complete the local set up or try it yourself in MOSIP Collab.<br>

<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%2FrUQb1dzajbXFY0FTGO8h%2FeSignet%20Local%20Setup.png?alt=media&amp;token=2780cc33-0d7b-4a66-a23b-1694b86f4074">eSignet Local Setup.png</a></td><td><a href="/home/esignet-2.0.0/local-deployment/local-setup.md">Local Setup</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%2FLwQnn8tEgrGOkHqesJV7%2FTry%20It%20Yourself.png?alt=media&amp;token=c2ced044-2d0e-43ab-ad65-34877d7bf009">Try It Yourself.png</a></td><td><a href="/home/esignet-2.0.0/local-deployment/try-it-out.md">Try It Out</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.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.
