# How to build ai trading agent

- [Create AI Trading Agent](https://noks.gitbook.io/noks/how-to-build-ai-trading-agent/editor.md)
- [Chat to create AI Trading Agent](https://noks.gitbook.io/noks/how-to-build-ai-trading-agent/editor/chat-to-create-ai-trading-agent.md)
- [Copy pre-made agents](https://noks.gitbook.io/noks/how-to-build-ai-trading-agent/editor/copy-pre-made-agents.md)
- [Backtest Your AI Trading Agent](https://noks.gitbook.io/noks/how-to-build-ai-trading-agent/interactive-blocks.md): Backtesting is a critical step in evaluating the performance of your AI Trading Agent. It allows you to test your strategy using historical market data to see how it would have performed in the past.
- [Assign Wallet & Deposit Funds](https://noks.gitbook.io/noks/how-to-build-ai-trading-agent/assign-wallet-and-deposit-funds.md)
- [Run Your AI Trading Agent](https://noks.gitbook.io/noks/how-to-build-ai-trading-agent/run-your-ai-trading-agent.md): How to Launch Your Agent and Start Trading


---

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