# Installation & startup

## Download Gunbot

{% content-ref url="/pages/-LdImDdhsf7bWzksUvIk" %}
[Download software](/wiki/setup-and-general-settings/installation/download.md)
{% endcontent-ref %}

## Installation instructions

Installation guides per platform can be found here:

{% content-ref url="/pages/-LdImDdiu4aaqLHiyDQg" %}
[Windows installation](/wiki/setup-and-general-settings/installation/windows.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdImDdjpfRCAdw\_6nLj" %}
[macOS installation](/wiki/setup-and-general-settings/installation/macos.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdImDdk6TcXLSRmNYjv" %}
[Linux installation](/wiki/setup-and-general-settings/installation/linux.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdImDdloCWloaecR3fh" %}
[ARM installation](/wiki/setup-and-general-settings/installation/arm.md)
{% endcontent-ref %}

## Upgrading

Instructions on how to upgrade Gunbot are usually found in the release [changelog](/wiki/about/whats-new.md).

For minor releases (like patches) it is usually enough to just overwrite the gunthy executable file.

For major releases, follow the steps described in the changelog.


---

# 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://gunthy.gitbook.io/wiki/setup-and-general-settings/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.
