> For the complete documentation index, see [llms.txt](https://gunthy.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
