# How to Select a Strategy?

1. **Visit the Backtests page**

Navigate to the [Backtests](https://multiplesx.com/backtests) page to view our strategy marketplace.

<figure><img src="/files/d8RXWbfuEqubgg7uyugD" alt=""><figcaption></figcaption></figure>

2. **Filter strategies**

You can filter and sort strategies based on various criteria, such as strategy yield, interval, trading pair, creation date, etc.

<div align="center"><figure><img src="/files/yBJgU9qXlG3saNCTnxnW" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/TO7MOJOKGengaITkNn8c" alt=""><figcaption></figcaption></figure>

3. **View strategy details**

Click to access detailed information about each strategy. This includes:

* Backtest reports

<figure><img src="/files/ixkDwsYchwxmWpfOhFKy" alt=""><figcaption></figcaption></figure>

* Descriptions of the strategy and information about its creator

<figure><img src="/files/DVkGC0jQiO11dPILA3OB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TjjzAzZcCODg2jFZFLRI" alt=""><figcaption></figcaption></figure>

* Strategy inputs

<figure><img src="/files/HzPHq3l4F3BMj5f5cCLB" alt=""><figcaption></figcaption></figure>

* The strategy's Pine Script code

<figure><img src="/files/gOVPerCQLZj2LATf3KCg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9QHnZDPYtlNggd9ql4eB" alt=""><figcaption></figcaption></figure>

4. **Add the strategies to your favorites**

Save the strategies you like to your favorites for easy access and reference.

<figure><img src="/files/bt6yRMDnyKNnfx4HwT1b" alt=""><figcaption></figcaption></figure>


---

# 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://multiplesx.gitbook.io/help/how-to-select-a-strategy.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.
