> 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/zarzadzanie-aplikacja-biznesowa/zarzadzanie-konfiguracja/konfiguracja-aplikacji-biznesowej-serwer-konfiguracji/modyfikacja-runtime-konfiguracji-biznesowych.md).

# Runtime modification of business configurations

From the Eximee Dashboard application, it is possible to modify the configuration.

For users who have the assigned permission **feature\_config\_edit** the tab is available **Application configuration**.<br>

<figure><img src="/files/5f1e6296002a8b6cc7a94cef2fbb8492b665c35e" alt=""><figcaption><p><em><strong>Figure 1.</strong> Configuration modification from Eximee Dashboard - 'Application Configuration' tab</em></p></figcaption></figure>

Tab **Business configuration** displays "**default parameters"** defined for each environment and "**overridden parameters"** for the environment on which the Eximee Dashboard application is running.

Default parameters can be modified from the Eximee Designer application - [Low-code configuration](/documentation/documentation-en/zarzadzanie-aplikacja-biznesowa/zarzadzanie-konfiguracja/konfiguracja-aplikacji-biznesowej-serwer-konfiguracji/konfiguracja-z-poziomu-low-code.md).

Overridden parameters can be modified from the Eximee Dashboard application in the tab **Business configuration**.

<figure><img src="/files/01240de9bc0aacefb7f290e0dbeb8dc68c8bd023" alt=""><figcaption><p><em><strong>Figure 2.</strong> Configuration modification from Eximee Dashboard - configuration modification screen</em></p></figcaption></figure>

{% hint style="info" %}
Currently, the maximum size of the stored configuration for a single application is **16MB**.
{% endhint %}


---

# 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/zarzadzanie-aplikacja-biznesowa/zarzadzanie-konfiguracja/konfiguracja-aplikacji-biznesowej-serwer-konfiguracji/modyfikacja-runtime-konfiguracji-biznesowych.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.
