# On-Premise Operators (Enterprise Unlimited)

- [On-Premise Exchange Setup](https://docs.hollaex.com/get-started/on-premise-exchange-setup.md)
- [Getting Started — Requirements](https://docs.hollaex.com/get-started/on-premise-exchange-setup/getting-started-requirements.md)
- [Installation](https://docs.hollaex.com/get-started/on-premise-exchange-setup/installation.md): The first step is easy, getting the files onto our computer, and then installing the CLI, a handy tool that will assist in the setup
- [Server Setup](https://docs.hollaex.com/get-started/on-premise-exchange-setup/setup.md): This is the main part of On-Premise exchange setup process, where we setup the exchange and get it ready for launch
- [Web Setup](https://docs.hollaex.com/get-started/on-premise-exchange-setup/web-setup.md): So close to the end now! By the end of this page we will be able to get away from the terminal, and see some more interesting pages in the browser
- [Production](https://docs.hollaex.com/get-started/on-premise-exchange-setup/use-custom-domain.md): Once the exchange is setup, it will work great but just on the computer it has been set up on, to let any one else join in we will need to put it into production
- [Creating an Account on the HollaEx Dashboard](https://docs.hollaex.com/get-started/creating-an-account-on-the-hollaex-dashboard.md): The Dashboard is the launching point for your exchange, as well as being invaluable tool in the operation of it
- [CLI How-Tos](https://docs.hollaex.com/get-started/cli-how-tos.md)
- [Start Exchange](https://docs.hollaex.com/get-started/cli-how-tos/start-exchange.md)
- [Stop Exchange](https://docs.hollaex.com/get-started/cli-how-tos/stop-exchange.md)
- [Upgrade Exchange](https://docs.hollaex.com/get-started/cli-how-tos/upgrade-exchange.md)
- [Build and Apply the Code Changes](https://docs.hollaex.com/get-started/cli-how-tos/upgrade-exchange/build-and-apply-the-code-changes.md)
- [Get Exchange Logs](https://docs.hollaex.com/get-started/cli-how-tos/get-exchange-logs.md)
- [Get a Backup and Restore](https://docs.hollaex.com/get-started/cli-how-tos/get-a-backup-and-restore.md)
- [Exchange Migration](https://docs.hollaex.com/get-started/cli-how-tos/exchange-migration.md)
- [Command List](https://docs.hollaex.com/get-started/cli-how-tos/command-list.md)
- [Run Exchange on Kubernetes](https://docs.hollaex.com/get-started/run-exchange-on-kubernetes.md)
- [Troubleshooting Guide](https://docs.hollaex.com/get-started/troubleshooting-guide.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.hollaex.com/get-started.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.
