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

# Botlyz Builder AI

## Overview

**Botlyz Builder AI** is an assistant that builds your trading strategies **in plain language, with no code**. You describe your idea in a chat, and the assistant generates a complete strategy (indicators, entry and exit conditions, stop-loss and take-profit), ready to backtest and deploy in the [Builder](/docs/english/le-builder.md).

> **Important warning**: Botlyz Builder AI is a strategy-building aid. It provides **no investment advice**, no promise of gains and no market predictions. Trading carries a **significant risk of capital loss** and past performance does not guarantee future results. Always review and backtest a strategy before deploying it. See [Warning and risks](/docs/english/avertissement-risques.md).

***

## How it works

### 1. Describe your idea

Write what you want in plain language, for example:

> "EMA 9/21 crossover on BTC, 3% stop and 6% take-profit"

The assistant builds the matching complete strategy.

### 2. Open it in the Builder

An **"Open in the builder"** button loads the strategy into the editor, with the pair, timeframe, conditions and risk management already filled in. You can backtest it right away.

### 3. Tweak it by chatting

The assistant **keeps the context** of your strategy. Continue the conversation to modify it:

* "Set the stop to 2%"
* "Add an RSI > 50 filter"
* "Switch to 15 minutes"

Changes apply to the current strategy and reflect live in the Builder open next to it.

### 4. Backtest analysis

When you run a backtest, the assistant sees the results (return, win rate, drawdown, etc.) and explains them to you **factually**, without recommendations.

### Scope

The assistant only answers about Botlyz: strategies, the builder, indicators, backtesting, and help connecting a wallet or a Lighter account. Any off-topic request is politely declined.

***

## Where to use it

* **AI menu**: a dedicated full-size chat, with your balance, your conversation history and top-up.
* **Side panel**: the ✨ invitation opens a chat to the right of the Builder, ideal for modifying a strategy and seeing the result live.

Your conversations are saved: you can start a new one, delete some, and find your history.

***

## Credits and pricing

The assistant runs on **credits**.

* **1 message = 1 credit.**
* **10 free credits every month** (reset to 10 at the start of each month, non-cumulative).
* **+30 welcome credits** (one time) if you have connected a Lighter account.
* **Off-topic refusals are not charged.**

### Top-up

When your balance runs out, you can buy extra credits by **card** (secure Stripe payment), from **5 €**, with a progressive volume discount. Purchased credits **never expire** and stack on top of your monthly credits. Available on every plan, Découverte included.

> For the full details on plans and buying credits, see [Plans and credits](/docs/english/plans-et-credits.md).

***

## Best practices

* **Always backtest** a proposed strategy before deploying it live.
* The AI can be wrong: review the generated conditions and adjust them if needed.
* A strategy that is profitable in backtest **does not guarantee** future gains.


---

# 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://botlyz.gitbook.io/docs/english/botlyz-builder-ai.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.
