> For the complete documentation index, see [llms.txt](https://about.wocstreet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.wocstreet.com/ai-features/news-classification.md).

# News Classification

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

AI will select 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://about.wocstreet.com/ai-features/news-classification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
