> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/eksploatacja-aplikacji/webforms/konfiguracja.md).

# Configuration

Below are the available environment variables used to configure the Webforms application.

#### `WEBFORMS_SERVER_LIMITS_FORMS`

List of active session count limits for the specified forms.

* `WEBFORMS_SERVER_LIMITS_FORMS_<INDEX>_NAME`

  The name of the form for which the active session limit is being set.

  **Default value:** null

  **Valid value:** any valid form name
* `WEBFORMS_SERVER_LIMITS_FORMS_<INDEX>_LIMIT`

  A number specifying the maximum number of active sessions for the specified form across the entire cluster.

  **Default value:** null

  **Valid value:** 0..2147483647

Example:

```yaml
WEBFORMS_SERVER_LIMITS_FORMS_0_NAME: form_1
WEBFORMS_SERVER_LIMITS_FORMS_0_LIMIT: 5000
```

#### `WEBFORMS_SERVER_GTM_FORMSWITHENABLEDGTM`

Configuration of which requests allow GTM statistics collection. The value of this variable should be expressed as a regular expression that matches the names of forms for which GTM statistics may be collected. Note that the setting alone is not sufficient; statistics must also be enabled for individual forms in their low-code definition.

Example:

```yaml
WEBFORMS_SERVER_GTM_FORMSWITHENABLEDGTM: demo.*
```

In the above example, GTM statistics collection will be allowed for forms whose name starts with "demo".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/eksploatacja-aplikacji/webforms/konfiguracja.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
