# AI News

The Nexabot AI News tool allows you to query any ticker/token name to receive the latest news articles, along with an AI generated sentiment.

To navigate to the tool, simply click "AI News" from the main menu.

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

Once you are in the AI News menu, you can read through the description of the tool:

*"Simply click Enter Token below, input your ticker of choice, and we'll show you the top 3 most recent articles, including the title, a brief description, and the source.*&#x20;

*We'll also indicate whether the overall sentiment of the news is bullish or bearish."*

<figure><img src="/files/3ZKTULkJO0ZPetxEwgpI" alt=""><figcaption></figcaption></figure>

To query, simply click the "Enter Ticker" button, and reply to the message with your token name or ticker of choice. In the example below, "eth" was the input.

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

The 3 latest articles found from our news sources are then sent as individual messages, including details such as:

* News source
* Sentiment
* Date of publication
* Title
* Description
* Link to source

At the end of the 3 messages, there is also a summarized sentiment based off the 3 latest articles combined.

<figure><img src="/files/7mQW7GAaEWfqt8gEqNeU" alt=""><figcaption></figcaption></figure>

**Please note, there are cases where there have not been recent articles published about the token you have queried, as we only present articles published within the past 2 weeks to keep our news up to date.**


---

# 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://nexabot-ai.gitbook.io/nexabot-ai/ai-news-tool/ai-news.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.
