# On-Premises Deployments

- [Managing Licensing](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/managing-licensing.md): How to manage your on-premises licensing for Monolith
- [Requirements](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/requirements.md): These are the basic requirements for hosted Monolith on-premises
- [Monolith Containers (Docker)](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/monolith-containers-docker.md): Monolith utilizes Docker for on-premises deployments
- [Deployment](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment.md)
- [.env](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment/.env.md)
- [docker-compose.yml](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment/docker-compose.yml.md): Docker configuration and deployment file
- [Docker Installation](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment/docker-installation.md): These are the documented methods of installation for Docker
- [How to Deploy](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment/how-to-deploy.md)
- [Useful Commands](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment/useful-commands.md)
- [Monolith Data](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/monolith-data.md)
- [Backups](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/backups.md)
- [Restoring Backups](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/backups/restoring-backups.md)
- [Updates](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/updates.md)
- [Custom Domains and TLS](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/custom-domains-and-tls.md)
- [Connecting to File Shares](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/connecting-to-file-shares.md)
- [Update MySQL Container](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/update-mysql-container.md)
- [Using External MySQL Database](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/using-external-mysql-database.md)
- [Manually Update User Email](https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/manually-update-user-email.md)


---

# 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.monolithforensics.com/monolith/monolith-features/on-premises-deployments.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.
