# Deploy

Effortlessly deploy and configure eSignet with comprehensive guides, architecture insights, and mock environments.

The eSignet solution is designed to be:

[**Easily deployed and tested locally**](https://github.com/mosip/documentation/blob/esignet/docs/build-and-deploy/local-deployment.md) using a Docker Compose–based setup for each module, allowing services to be brought up seamlessly on your machine.

[**Deployed on-premise**](/build-and-deploy/deployment-guide.md), with full flexibility to configure eSignet as per your organization’s use cases and requirements.

The latest stable codebase is available under the master branch of the eSignet repository. All feature development or bug fixes are typically carried out on dedicated feature or development branches.

{% hint style="info" %}
Note: For deployment and testing, it is recommended to use either the master branch or the official released tags.
{% 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/build-and-deploy.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.
