# AI Agent Integration

{% hint style="info" %}
Coming Soon — This feature is under active development. Stay tuned for updates.
{% endhint %}

## AI Agent Integration

Byreal AI Agent will bring personalized, automated trading strategies to your perp account. Configure strategies using natural language, and let the AI Agent execute on your behalf.

### Planned Capabilities

| **Strategy**       | **Description**                                                                                     |
| ------------------ | --------------------------------------------------------------------------------------------------- |
| DCA                | Automatically dollar-cost average into a perp position over time                                    |
| Conditional Orders | Set complex conditions (e.g., "open 5x long BTC if price drops below $90k and funding is negative") |
| Copy Trading       | Mirror the perp trades of top-performing wallets                                                    |
| Rebalancing        | Automatically adjust position sizes based on target allocation                                      |

### What to Expect

* Natural language strategy configuration
* Preset strategy templates for common use cases
* Built-in risk controls (max position size, max leverage, mandatory stop loss)
* Real-time strategy monitoring and alerts
* Kill switch to instantly deactivate all strategies

For more on the current AI Agent capabilities (spot trading, LPing and copy-farming), see [Byreal AI Agent](https://docs.byreal.io/products/byreal-ai-agent).


---

# 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://docs.byreal.io/perps/ai-agent-integration.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.
