# Installation

To install the Qonic Desktop Application, head to [qonic.com/downloads](https://www.qonic.com/downloads) and download the relevant installer for your system. Once installed, the application will update automatically with each new release.

These are the instructions to install the Qonic Windows app through the command line:

* Usage: QonicClient-Win-setup.exe \[OPTIONS]
* Options:
  * -s, --silent Hides all dialogs and answers 'yes' to all prompts
  * &#x20;-v, --verbose Print debug messages to console
  * &#x20;-l, --log \<FILE> Enable file logging and set location


---

# 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://help.qonic.com/documentation/qonic-application/installation.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.
