# Setup & general settings

- [Installation & startup](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation.md): Quick guides to get up and running on all supported platforms.
- [Quickstart guide](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/quickstart-guide.md): Get your bot up and running, a brief guide / link collection for new Gunbot users.
- [Download software](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/download.md): Up to date download locations for Gunbot.
- [Windows installation](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/windows.md): Instructions to install Gunbot on a Windows machine.
- [macOS installation](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/macos.md): Instructions to install Gunbot on a macOS machine.
- [Linux installation](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/linux.md): Instructions to install Gunbot on a Linux machine.
- [ARM installation](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/arm.md): Instructions to install Gunbot on an ARM device, for Gunbot Standard and higher.
- [How to enable SSL/TLS](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/enable-ssl-tls.md): Instructions to run the Gunbot browser interface over a secure connection.
- [Running multiple instances](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/running-multiple-instances.md): Instructions to run multiple installations of Gunbot on the same machine.
- [Headless mode](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/headless-mode.md): Information about running Gunbot in headless mode.
- [Global settings](https://gunthy.gitbook.io/wiki/setup-and-general-settings/global-settings.md): Settings that affect every trading pair and cannot be overruled on the strategy or pair level.
- [Import settings](https://gunthy.gitbook.io/wiki/setup-and-general-settings/global-settings/import-settings.md): Easily import settings from config.js or autoconfig.json files.
- [Bot settings](https://gunthy.gitbook.io/wiki/setup-and-general-settings/global-settings/bot-settings.md): Information about global bot settings.
- [Cancel orders](https://gunthy.gitbook.io/wiki/setup-and-general-settings/global-settings/cancel-orders.md): Info about settings that control how Gunbot handles cancelling open orders.
- [Advanced](https://gunthy.gitbook.io/wiki/setup-and-general-settings/global-settings/advanced.md): Advanced settings options, mainly affects logging.
- [Profile settings](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings.md): Settings for private data like API keys, Telegram bots, and more.
- [Exchanges](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/connect-exchange.md): How to connect Gunbot to your exchange account.
- [Gunthy wallet](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/gunthy-wallet.md): How to enter the Gunthy wallet address in Gunbot.
- [Edit license](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/edit-license.md): How to use the API slot feature to edit the registered keys in your license.
- [GUI authentication](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/gui-authentication.md): Security options for accessing the Gunbot browser interface.
- [Telegram](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/telegram-notifications.md): Gunbot comes with a built-in Telegram bot that can be used to receive trade notifications, retrieve stats and control certain options of Gunbot right from from your Telegram client.
- [Tournament](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/tournament.md): Every month Gunthy organizes an internal trading tournament for Gunbot users. It's easy to join!


---

# 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.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.
