# How to work with Gunbot

- [Learning the basics](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings.md): Articles about basic concepts in Gunbot.
- [Trading logic](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings/trading-logic.md): Essential info about what to expect when working with Gunbot.
- [Important settings](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings/balance-settings.md): Understand the most important settings: balance setting that define how much Gunbot can spend.
- [Order types](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings/order-types.md): Different order types in Gunbot
- [Period](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings/period.md): Which candle stick periods are supported.
- [Trailing](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings/trailing.md): How to work with price trailing for various order types.
- [ROE trailing](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/basic-workings/roe-trailing.md): How to work with ROE trailing for margin trading.
- [Strategies & pairs](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs.md): How to quickly change strategies or add trading pairs from the browser interface.
- [Easy edit](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/easy-edit.md): A simpler way to configure a trading pair with a custom strategy
- [Strategy editor](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/strategy-editor.md): Use the strategy configurator to quickly create a new strategy, or update existing ones.
- [Trading pairs](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/trading-pairs.md): Adding trading pairs to Gunbot, information about how cycling works.
- [Pair processing](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/trading-pairs/pair-processing.md): How trading pair cycle in Gunbot
- [Chart & results](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/chart-results.md): Monitor your trading pairs with all bot targets directly visualized on the chart.
- [Extra modules](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras.md): Modules to extend the functionality of the core trading bot.
- [AutoConfig](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras/autoconfig.md): Automated config changes for Gunbot. Enables you to automatically add or remove trading pairs, or change pair overrides - using filter criteria you define.
- [Backtesting](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras/backtesting-add-on.md): Gunbot strategies can be backtested on tradingview.com
- [Code editor](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras/code-editor.md): Built-in editor for Gunbot JSON config files and custom JavaScript strategies.
- [TradingView Alerts](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras/tradingview-add-on.md): Learn how to use Gunbot to execute trades based on incoming email alerts.
- [IMAP listener](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras/tradingview-add-on/imap-listener.md): Settings to connect Gunbot to an IMAP email box, to receive alerts for the TradingView add-on.
- [Alerts (beta)](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/extras/alerts-beta.md): Visual trading by creating alerts on a chart.


---

# 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/how-to-work-with-gunbot.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.
