# News feed

The news feed displays messages that are sent from the [TreeNews](https://news.treeofalpha.com/) service and are parsed to identify which ticker is mentioned in the news.&#x20;

You can directly buy or sell the mentioned ticker from the news message.

<figure><img src="/files/LrBGEfQZp3SzRLCGU0bA" alt=""><figcaption><p>tuleep.trade news feed example</p></figcaption></figure>

* The first timestamp indicates when the news was sent or created.
* The second timestamp indicates when the news was received and parsed by tuleep.
* However, if the news was received and processed before tuleep was loaded, it is pulled from the history, and only one timestamp is displayed.


---

# 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://docs.tuleep.trade/terminal/news-feed.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.
