# FAQ

## What is reverse proxy and why I need it?

Reverse is proxy is a strategy of redirect the inbound requests to specific resources. Using docker you will need use the same host port to many purposes. In this time you will up a reverse proxy to redirect the domain requests to a specific container network.

## Why Tevun is better then others options?

Tevun is not better then [Traefik](https://traefik.io), [CapRover](https://caprover.com), [Devilbox](http://devilbox.org) or another mature tool. In fact you achieve the same result with several other tools. We continue to maintain Tevun because it is the way we believe it to be simpler for most of the scenarios we deal with. If looks useful to you go on, else let it go.


---

# 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://tevun.devi.tools/faq.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.
