> For the complete documentation index, see [llms.txt](https://docs.cod3x.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cod3x.org/terminal-overview/ai-analysis.md).

# AI Analysis

{% embed url="<https://www.youtube.com/watch?v=332hFnYxiPg>" %}

## AI Analysis

![](/files/bGxqzoVk4ZJbWp4eFKnA)\
AI Analysis is where Cod3x shows its full power.

With a few clicks, you can run deep, automated technical research on any supported token and receive a complete trading report—ready to act on or feed into your agent’s strategy.

***

### Running an Analysis

1. **Select a Token**\
   Use the token selector in the top-left corner of the terminal to choose any supported asset.\
   ![](/files/nTbSlMCEoZiSqvHOUZWq)\
   The chart will update instantly with a live price chart and order data.
2. **Open AI Analysis**\
   Click the **AI Analysis** tab at the top of the terminal.\
   ![](/files/xtRrmKLDoiOZcamCKhRV)\
   Choose the type of analysis and the time frame you want to study—1m to 1d.<br>
3. **Choose Your Depth**
   * **Quick Scan (Trend, Momentum, Volatility)** – fast, high-level trade ideas.
   * **Full Technical Analysis (Comprehensive)** – deeper market structure and indicator work.
   * **Advanced Mode** – unlocks full indicator selection and custom data inputs, letting you focus on very specific signals.
4. **Launch the Run**\
   Press >**Analyze** and let Cod3x handle the heavy lifting. In a few minutes you’ll have a full report.

***

### What You Receive

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

Each completed analysis includes:

* **Executive Summary** – plain-language market context and trend direction.
* **Technical Pattern Analysis** – breakdown of bullish or bearish patterns.
* **Trade Setups** – suggested entries, stop-loss and take-profit targets, and risk levels.
* **Key Levels** – price targets to watch for when setting limit orders or taking profits
* **Technical Signals** – a breakdown of confluence indicators such as RSI, MA, and Volume.
* **Risk Management** – volatility, drawdown projections, and leverage guidance.
* **Full Report** – a detailed write-up you can read on-screen, or export to PDF.
* **Chart Annotations** – the agent automatically draws trend lines, support and resistance boxes, and other technical patterns directly on the TradingView chart. These annotations stay on the chart after the analysis finishes, giving you a persistent visual guide for future trades.

These outputs are structured so you can act immediately or feed them into your agent’s goals for automated execution in the future

***

### Why It Matters

Manual analysis and charting can take hours and is prone to human error.

Cod3x condenses that entire process into a single run—scanning multiple timeframes, applying custom indicators, and translating raw data into a clear trading plan.

Whether you’re looking for a quick confirmation before entering a position or a deep multi-timeframe study, AI Analysis provides an institutional-grade readout directly inside the terminal.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cod3x.org/terminal-overview/ai-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
