# Copying strategies

{% hint style="info" %}
Copying trading strategies, often called "copy trading," allows less-experienced traders to replicate the trades of seasoned professionals.&#x20;
{% endhint %}

By following proven strategies in real-time, new traders can benefit from the expertise of experienced market participants without needing in-depth market knowledge. This approach can reduce the learning curve and increase confidence, offering a way for retail traders to diversify portfolios and potentially improve returns.&#x20;

{% embed url="<https://youtu.be/wo2SMwcvZCE?si=BlWIFv1cS-5er2Ed>" %}


---

# 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://trylevel2.gitbook.io/getting-started/create-page/copying-strategies.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.
