# Extra modules

Depending on your license type, you can use a number of additional modules that extend the core functionality of Gunbot.

| Module                 | Description                                                         |
| ---------------------- | ------------------------------------------------------------------- |
| **AutoConfig**         | Allows you to create filter rules for automated config changes.     |
| **Backtesting**        | Emulate and backtest Gunbot strategies on tradingview\.com          |
| **TradingView Alerts** | Execute trades for incoming email alerts                            |
| **Alerts (beta)**      | Create your own strategy using a graphical editor on the bot charts |

{% content-ref url="/pages/-MKdgtG\_S\_DJZkWAZNR0" %}
[AutoConfig](/wiki/how-to-work-with-gunbot/extras/autoconfig.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKdgtGaTdbpmsxRNaRG" %}
[Backtesting](/wiki/how-to-work-with-gunbot/extras/backtesting-add-on.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKdgtGbEqvJgbsMo08V" %}
[TradingView Alerts](/wiki/how-to-work-with-gunbot/extras/tradingview-add-on.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKdgtGdfBnmvle9cR\_Y" %}
[Alerts (beta)](/wiki/how-to-work-with-gunbot/extras/alerts-beta.md)
{% endcontent-ref %}


---

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