> For the complete documentation index, see [llms.txt](https://docs.runbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runbot.io/strategy-boxes/strategy-list.md).

# Strategy list

<figure><img src="/files/uTNF1EGqEm1OpS8rmBXh" alt="Trading bot strategy creation" width="359"><figcaption><p>Strategy list box</p></figcaption></figure>

### Create a strategy

In The Strategy List Box, you will find all of the strategies you have created. To create a new strategy, click on <img src="/files/vEsZF1GxPBzhnb0ihOFO" alt="" data-size="line">, on the top right of the box.

***

### Import a strategy

If you want to import a strategy, click on the  <img src="/files/qI6YiqWG9F49R2XGzDV7" alt="" data-size="line"> button, and select your file.

***

### Strategy folders

You can arrange your strategies by folders as you wish. To create a new folder or move a strategy to another folder, click <img src="/files/mki5QmOwNK2n1aisGkxK" alt="" data-size="line"> on the right side of the strategy.

***

### Color change&#x20;

To change the color of your Strategy name, on the right side of the strategy, click on <img src="/files/SVXISz2mI6GoYnfnwPHy" alt="" data-size="line"> then select your color.


---

# 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:

```
GET https://docs.runbot.io/strategy-boxes/strategy-list.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.
