# Configuration panel

The configuration panel will be available after a successful installation or when the "installer" has been started up manually.

### On Windows

When running Windows, opening the configuration panel is as simple as running the `.exe` folder and make sure you see the application GUI being started.

### On Linux

Currently, we do not offer a graphical user interface (GUI) application for Linux, as our findings suggest that most of our users operate on a server variant, which typically does not include a graphical interface. To accommodate this environment, we have developed a command-line utility that initiates the installation and configuration process. This utility runs as a dedicated process in parallel with the main service process, ensuring a seamless interaction without the need for a GUI.

This process can be started by entering the following commands:

```bash
cd /usr/local/share/writebackextreme
./writebackextreme-amd64 installer
```


---

# 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.infotopics.com/writebackextreme/v5.0/installation-guide/configuration-panel.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.
