# AI Core Features

### 1. In- depth chart analysis

You can submit images of your charts for Defi Agents AI to analyze to professional standards. This feature helps you quickly understand market trends, helping you make more accurate and effective trading decisions.

<figure><img src="/files/YSmLKVRnxOMzZ1VeBdTe" alt=""><figcaption><p>Demo</p></figcaption></figure>

### 2. Update articles related to your favorite Token&#x20;

Defi Agents AI keeps you up to date with the latest information about cryptocurrencies: \ <mark style="color:green;">`/getnews`</mark> : Get breaking news related to the token you are interested in, such as BTC, ETH, or other tokens. \ <mark style="color:green;">`/subscribe`</mark>: Sign up to receive daily news notifications from Defi Agents AI, ensuring you don't miss any important information. \
`/unsubscribe`: Pause receiving news if you don't need it.

### 3.Place and cancel trading orders easily&#x20;

Defi Agents AI fully supports placing and managing Spot and Futures orders:&#x20;

* **Place a trading order**

Send Spot or Futures order information to the exchange. \
The system will guide you to log in to your exchange account and return to Defi Agents AI to confirm.

* #### Cancel transaction order

<mark style="color:green;">`/cancel_spot_order<order number>`</mark>: Cancel the currently open Spot order. \ <mark style="color:green;">`/cancel_future_order<order number>:`</mark> Cancel unmatched Futures order. \
You can use the command <mark style="color:green;">`/list_spot_orders`</mark> or <mark style="color:green;">`/list_future_orders`</mark> to check the list of open orders before canceling.


---

# 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://aidefiagents.gitbook.io/whitepaper/defi-agents-ai-system/ai-core-features.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.
