# Strategies & pairs

To trade in Gunbot you create or edit a trading strategy, then add one or more trading pairs and assign the strategy to execute. There are easy and advanced editors available for adding pairs and strategies.

A trading pair always executes a single trading strategy. On the pair level, it is possible to override individual strategy settings.

## Easy edit

A combined strategy and pair editor for novice users. It guides through all essential steps to select a trading pair and to create a spot trading strategy.

This editor shows a limited number of options, focusing only on the essentials.

{% content-ref url="/pages/-MKdgtGUH1VHVPx4vYN0" %}
[Easy edit](/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/easy-edit.md)
{% endcontent-ref %}

## Strategy editor

The strategy editor can be used to create or modify any kind of spot or futures strategy.

{% content-ref url="/pages/-MKdgtGVLKDxcZUnG1OZ" %}
[Strategy editor](/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/strategy-editor.md)
{% endcontent-ref %}

## Trading pairs

On the pairs page you can add, disable or remove trading pairs. Additionally you can make pair specific overrides to individual settings within a strategy.

Pairs can be added manually, or by using filter rules to quickly add pairs - for example - matching your volume requirements.

{% content-ref url="/pages/-LdImDeDVqe4wwbOjivq" %}
[Trading pairs](/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/trading-pairs.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/editing-strategies-and-pairs.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.
