# AI Assistant

## Summary

This widget provides AI-powered market analysis and trading recommendations for the selected market.

<figure><img src="/files/cOng7k1iHTocxSOiPlnr" alt="AI Assistant"><figcaption><p>AI Assistant</p></figcaption></figure>

The widget is organized into the following sections:

* [AI Recommendation](#ai-recommendation): Overall recommendation score.
* [Forecast](#forecast): Price target and market sentiment.
* [Signal Drivers](#signal-drivers): Technical, on-chain, and sentiment signals.
* [Suggested Actions](#suggested-actions): AI-generated trading suggestions.
* [Key Metrics](#key-metrics): Market data overview.

## AI Recommendation

Displays a numeric score from 0 to 100 representing the overall AI assessment of the market, along with a label such as **Strong Buy**, **Buy**, **Neutral**, **Sell**, or **Strong Sell**.

A higher score indicates a more favorable outlook.

## Forecast

**1Y Price Target**

The forecasted price in one year and the expected percentage change from the current price.

***

**Market Sentiment**

A visual bar showing the ratio between bullish and bearish sentiment among market participants.

## Signal Drivers

Signals that influence the AI recommendation, categorized into three types:

* **Technical**: Signals based on technical analysis indicators such as RSI and Moving Averages.
* **On-Chain**: Signals based on blockchain data such as ETF inflows, active addresses, and total value locked (TVL).
* **Sentiment**: Signals based on community and analyst opinions.

Each signal includes a description and an impact assessment: **Bullish**, **Bearish**, or **Neutral**.

## Suggested Actions

A list of AI-generated trading suggestions based on the current market conditions. These are informational recommendations, not automated trading signals.

## Key Metrics

The following market data is displayed:

**All-Time High**

The highest price ever recorded for the asset (in USD) and the percentage difference from the current price.

***

**All-Time Low**

The lowest price ever recorded for the asset (in USD) and the percentage difference from the current price.

***

**24h Volume**

The total trading volume over the last 24 hours in USD.

***

**Market Cap**

The total market capitalization of the asset in USD.

{% hint style="info" %}
AI-generated insights are for informational purposes only. The AI Assistant widget can be enabled or disabled by the platform administrator. If the widget isn't available in the **Add Widget** menu, contact your broker.
{% endhint %}


---

# 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://trader-docs.b2trader.b2broker.com/widgets/ai-assistant.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.
