# News

The cryptocurrency market does not exist in isolation; it is heavily influenced by broader macroeconomic factors. The News Agent continuously scrapes and indexes data from reputable news sources, including but not limited to Bloomberg Crypto, Cointelegraph, and Google Alerts. For each news piece, a data classification pipeline assesses:

* **Sentiment Score**: Evaluating the overall sentiment of the news, which is critical for understanding how market participants may react.
* **Affected Tokens and Narratives**: Identifying potential tokens and macro narratives impacted by the news, ensuring that users are well-informed about external factors influencing the market.&#x20;

This integration of news sentiment into the overall analysis framework ensures that users can make informed decisions based on a holistic view of the market.


---

# 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://usestrawberry.gitbook.io/strawberryai/product-suite/markdown/editor/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.
