# dnl\_web\_helper

Each Web server must have dnl\_web helper installed.  The dnl\_web\_helper is responsible for all the asynchronous jobs for the User Interface.&#x20;

You can start the dnl\_web\_helper with the following command:

```
systemctl start dnl_web_helper
```

{% hint style="info" %}
The dnl web help should be installer in the same server where the web server ( NGINX) is running on.
{% 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://cookbook.denovolab.com/installation/distributed-architecture/web-ui/dnl_web_helper.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.
