# Create AI Trading Agent

**What is an AI Trading Agent?**\
An AI Trading Agent is an automated tool that uses AI to execute your trading strategies on decentralized exchanges (DEXs). It operates 24/7, monitoring the market for price movements, liquidity changes, and other conditions to trade autonomously.

**How Do AI Trading Agents Work?**

* **Real-Time Monitoring:** Continuously analyzes live blockchain data (price, liquidity, volume).
* **Condition-Based Trading:** Executes trades when predefined conditions are met, like price drops or technical signals.
* **No Human Intervention:** Once set up, it runs independently without emotional biases or delays.

### How to Get Started?

When you're ready to build your AI trading agent on Noks, you have two convenient ways to get started:

### Option 1: Create Agent Using Agent Builder

For detailed instructions on this approach, check out the [Create AI Trading Agent: Agent Builder ](/noks/how-to-build-ai-trading-agent/editor/chat-to-create-ai-trading-agent.md)section.

### Option 2: Copy Pre-Made Agents

To learn how to use pre-made agents, visit the [Create AI Trading Agent: Pre-Made Agent](/noks/how-to-build-ai-trading-agent/editor/copy-pre-made-agents.md) section.


---

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