# News Classification

StockNews.AI helps classify news articles so that you can filter which news might be more important.

AI will classify the most prominent label.&#x20;

<table><thead><tr><th width="233">Categories</th><th width="386">Description</th><th>Importance</th></tr></thead><tbody><tr><td>M&#x26;A</td><td>Merger and acquisition </td><td>High</td></tr><tr><td>Earnings</td><td>Earning related news</td><td>High</td></tr><tr><td>Economics </td><td>Economic indicators update and impacts</td><td>High</td></tr><tr><td>Legal</td><td>Legal and regulatory </td><td>Medium</td></tr><tr><td>Analyst Rating</td><td>Analyst rating update, comment, forecasts...</td><td>Medium</td></tr><tr><td>Corporate Developments</td><td>News focuses on specific company developments</td><td>Medium</td></tr><tr><td>Industry News</td><td>News focuses on industry or multiple companies' developments</td><td>Medium</td></tr><tr><td>Research Analysis</td><td>Company research and analysis</td><td>Medium</td></tr><tr><td>Insiders</td><td>Insiders related news</td><td>Medium</td></tr><tr><td>Market Recap</td><td>Past market performance and results</td><td>Low</td></tr><tr><td>Stock Picks</td><td>Stock recommendations</td><td>Low</td></tr><tr><td>Others</td><td>Other news </td><td>Depends</td></tr></tbody></table>

{% hint style="info" %}
Disclaimer: The content provided on this Website should be used for informational purposes only and in no way should be relied upon for financial advice.
{% endhint %}


---

# 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://about.stocknews.ai/ai-news/news-classification.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.
