# Copy pre-made agents

At NOKS, we make AI Trading Agents accessible to everyone—no coding or strategy-building experience required. Simply choose from our pre-made agents and start trading with proven strategies instantly.

### How to copy existing AI Trading Agents

1. **Browse pre-made agents**
   * Log in and click "Pre-Made Agents" in the sidebar. Browse strategies by performance, popularity, or type.

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

2. **Check performance**

* Click an agent to view performance charts, strategy details, and risk metrics.

3. **Copy the agent**

* Click "Copy Agent" and adjust the investment amount. For customization, click "Open Advanced Version" to modify parameters. Backtest if necessary.
* If you changed the amount parameter, the application will prompt you to run backtesting, which is fully explained in [Backtest Your AI Trading Agent](/noks/how-to-build-ai-trading-agent/interactive-blocks.md)

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

4. **Assign wallet**

* Select a wallet from the popup modal, or create a new one. Click "Assign" to finalize.
* The complete wallet assignment process is described in [Create Wallet & Assign](/noks/how-to-build-ai-trading-agent/assign-wallet-and-deposit-funds.md)

🚀 Congratulations! Your agent should now transition to ***"Active"*** status and begin trading according to its strategy.&#x20;

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

Don't forget about exploring metrics and active trades on your agent, visit [Run Your AI Trading Agent](/noks/how-to-build-ai-trading-agent/run-your-ai-trading-agent.md) section to find out how to improve performance of your 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://noks.gitbook.io/noks/how-to-build-ai-trading-agent/editor/copy-pre-made-agents.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.
