# Targets

- [IIS](https://docs.wisej.com/deployment/targets/iis.md): How to publish a Wisej app to an IIS Server.
- [NGINX](https://docs.wisej.com/deployment/targets/nginx.md): How to publish a Wisej App using NGINX as a reverse proxy.
- [Apache](https://docs.wisej.com/deployment/targets/apache.md): How to publish a Wisej App using Apache as a reverse proxy.
- [Self Hosted](https://docs.wisej.com/deployment/targets/self-hosting.md): How to run a Wisej app as a self-hosted process or service.
- [Hybrid](https://docs.wisej.com/deployment/targets/hybrid.md)
- [Amazon AWS](https://docs.wisej.com/deployment/targets/amazon-aws.md): How to publish a Wisej app on the Amazon AWS cloud.
- [Microsoft Azure](https://docs.wisej.com/deployment/targets/microsoft-azure.md): How to publish a Wisej app to the Microsoft Azure cloud.
- [ASP.NET Hosting](https://docs.wisej.com/deployment/targets/asp.net-providers.md): How to publish a Wisej app to a commercial ASP.NET provider.
- [Linux, MacOS](https://docs.wisej.com/deployment/targets/linux-macos.md)
- [Desktop (deprecated)](https://docs.wisej.com/deployment/targets/standalone.md): How to run a Wisej app as a standalone desktop executable.


---

# 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.wisej.com/deployment/targets.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.
