# Global settings

A few settings in Gunbot work on a higher level, and are not part of any strategy or pair settings. These are called Global settings and affect every trading pair.

Find these settings on the [global settings page](http://localhost:5000/globalsettings)

![Global settings are available under the wheels icon](/files/-MOpcysbJugctYuVLEL7)

{% content-ref url="/pages/-MKdgtG9lae38TlGXqRI" %}
[Import settings](/wiki/setup-and-general-settings/global-settings/import-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKdgtGAbM38BLNWj8TV" %}
[Bot settings](/wiki/setup-and-general-settings/global-settings/bot-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKdgtGB5z0VZbwXvReu" %}
[Cancel orders](/wiki/setup-and-general-settings/global-settings/cancel-orders.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKdgtGCbXcobKmc0Fe-" %}
[Advanced](/wiki/setup-and-general-settings/global-settings/advanced.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/setup-and-general-settings/global-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.
