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

# AI Assistant

***Note:** This function is only available on the FlashX Extension version.*

## Overview

FlashX has integrated AI-powered features for **News** and **Technical Analysis** through OpenAI, offering real-time insights into tokens directly from the chart view. Here's how these features work:

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

## **News (AI)**

The **News (AI)** feature provides the latest news about any token displayed on FlashX. By simply asking the AI, you can get updates related to the token for the day.

**How to Use**:

* On the FlashX chart page, click the **News (AI)** button.
* The prompt: *"What's news on \[token name] today?"*
* The AI will gather and display the most recent news articles related to the selected token.

## **Technical Analysis (AI)**

The **Technical Analysis (AI)** feature provides an AI-driven breakdown of the token’s price performance and technical indicators over a set timeframe.

**How to Use**:

* On the FlashX chart page, click the **Technical Analysis (AI)** button.
* The prompt: *"What's the technical analysis of \[token name] in 30m?"*
* The AI will analyze and return the technical data for the selected token within the last 30 minutes.

#### **Key Features:**

* **AI-powered News** provides up-to-date, relevant news articles for tokens you are tracking.
* **AI-driven Technical Analysis** provides a breakdown of key technical indicators and sentiment.
* Both features work seamlessly within the FlashX chart interface to help you make informed decisions.

These tools are designed to give you insights directly from the chart, making it easier to track and analyze your tokens in real time.


---

# 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.flashx.ai/ai-assistant.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.
