# 6. Chatbot

CryptoQuant Chatbot is an AI assistant that helps you explore on-chain data, understand metrics, and get market insights through natural conversation. No need to search through charts or documentation manually — just ask a question and get a data-driven answer right away.

***

### Where to Find the Chatbot

Click the **✦ Ask AI** button in the top navigation bar of the CryptoQuant platform to open the AI chat screen. It's accessible from any page, so you can ask questions while browsing charts, dashboards, or Quicktake articles.

<figure><img src="/files/2zLHJbq7x6H5Xllfg2Os" alt=""><figcaption></figcaption></figure>

***

### What You Can Ask

The Chatbot can answer a wide range of crypto data questions. See the examples below.

#### 1. Metric Explanations

Ask about any on-chain metric available on CryptoQuant. The Chatbot will explain definitions, calculation methods, and how to interpret them.

* *"What is MVRV?"*
* *"What's the difference between SOPR and aSOPR?"*
* *"How do I interpret NUPL?"*

#### 2. Metric Search

Check whether a specific metric is available on CryptoQuant, or get recommendations for metrics that fit your analysis goals. The Chatbot will also provide links to the relevant charts.

* *"Show me charts related to exchange reserves"*
* *"Are there any metrics to track whale activity?"*
* *"Find me metrics related to BTC long-term holders"*
* *"Where can I see the funding rate chart?"*

#### 3. Market Analysis

Get insights on current market conditions based on analysis from CryptoQuant's expert analysts. Answers are powered by professional content such as QuickTake and Research.

* *"Summarize the latest opinions from analysts"*
* *"How's the Bitcoin market looking lately? Give me a full summary using QuickTake and Research"*

#### 4. Platform Feature Guide

Have questions about how to use CryptoQuant features? Ask the Chatbot. It can guide you through setting alerts, creating dashboards, using the API, and more.

* *"How do I set up alerts?"*
* *"How do I create a dashboard?"*
* *"How do I use the API?"*
* *"What's the difference between the Professional and Advanced plans?"*

***

### How to Use the Chatbot

#### Step 1: Open the Chatbot

Click the **✦ Ask AI** button in the top navigation bar. The AI chat screen will appear.

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

#### Step 2: Type Your Question

Type your question in the input field at the bottom of the chat panel. Just ask in natural language — no special syntax or commands needed.

#### Step 3: Review the Response

The Chatbot responds with:

* **Direct answers** — Key information for your data or metric questions
* **Chart links** — Links to view the relevant chart directly on CryptoQuant
* **Metric explanations** — Contextual information on how to interpret the data

***

### Available Plans

| Plan         | Daily Limit    | Monthly Limit   |
| ------------ | -------------- | --------------- |
| Basic        | 5 messages     | 50 messages     |
| Advanced     | 50 messages    | 500 messages    |
| Professional | 200 messages   | 2,000 messages  |
| Premium      | 1,500 messages | 15,000 messages |

***

### Notes

* The Chatbot provides data-driven insights for informational purposes. It does not provide financial, investment, or trading advice.
* Responses are generated based on CryptoQuant's on-chain data and may not cover every market scenario.

> The content is for informational purposes only, you should not construe any such information or other material as legal, tax, investment, financial, or other advice.


---

# 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://userguide.cryptoquant.com/quickstart/6-minute-feature-guide/6.-chatbot.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.
