# Manual operations on the configuration server

## Manual configuration update in the application <a href="#operacjemanulanenaserwerzekonfiguracji-manulanaaktualizacjaaktualizacjikonfiguracjiwaplikacji" id="operacjemanulanenaserwerzekonfiguracji-manulanaaktualizacjaaktualizacjikonfiguracjiwaplikacji"></a>

### Description <a href="#operacjemanulanenaserwerzekonfiguracji-opis" id="operacjemanulanenaserwerzekonfiguracji-opis"></a>

When modifying the configuration from Eximee Designer or Eximee Dashboard, it may happen that after making changes, they are not visible in the user interface or the application still uses old settings.

## Solution <a href="#operacjemanulanenaserwerzekonfiguracji-rozwiazanie" id="operacjemanulanenaserwerzekonfiguracji-rozwiazanie"></a>

To force a configuration refresh, send a POST request to the address below:

```
POST ${CONFIG_SERVER_URL}/api/config-server/v1/manual/config/refresh/{projectName}
```

where:

* CONFIG\_SERVER\_URL - address of the configuration server application,
* projectName - the name of the application for which we want to force a refresh.


---

# 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.eximee.com/documentation/documentation-en/zarzadzanie-aplikacja-biznesowa/zarzadzanie-konfiguracja/konfiguracja-aplikacji-biznesowej-serwer-konfiguracji/operacje-manulane-na-serwerze-konfiguracji.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.
