> For the complete documentation index, see [llms.txt](https://thecontentforge.gitbook.io/thecontentforge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thecontentforge.gitbook.io/thecontentforge-docs/investor-intel/news.md).

# News

News is your personal crypto news feed: the global firehose, filtered and ranked, plus the specific sources you choose to follow. One feed instead of a tab for every outlet and a doomscroll for every account.

### Your sources

Follow the sources that matter to you:

* **X accounts** - specific accounts whose posts you want in your feed
* **Keywords** - topics, tickers, and phrases to watch across coverage
* **RSS feeds** - any feed URL
* **Websites** - sites to monitor for new coverage

The number of sources you can follow depends on your plan, from 3 on trial up to 100 on Elite. See [Pricing](/thecontentforge-docs/reference/pricing.md).

### One merged feed

Your personal sources are merged with global crypto coverage into a single feed, ranked by **freshness and relevance** to what you follow. Your own sources outrank generic coverage of the same story, so the feed gets sharper as you curate it.

The feed comes in two tiers:

* **Top stories, analyzed** - a short, curated tier at the top. These are the most significant items of the moment, each with an AI read of why they matter, so you get the shape of the day before you scroll.
* **The full feed** - everything else, paginated below the top stories. Page through as far back as you like.

### Find what you need

Narrow the full feed to exactly what you are after:

* **Search** - type a ticker, project, or phrase to pull matching items
* **Date range** - restrict to a window when you are catching up on a specific period
* **Signal filter** - show only items tied to an intelligence signal
* **Category filter** - focus on one type of coverage, such as regulation, on-chain, or macro

Filters combine, and pagination keeps the results manageable however wide you cast.

### Signals relevant to you

A **Signals relevant to you** panel surfaces the intelligence signals connected to the sources, tickers, and narratives you follow, so market-moving developments tied to your interests do not get buried in the scroll. See the [Market Pulse](/thecontentforge-docs/investor-intel/market-pulse.md) Signal Radar for how signals are classified.

### Sentiment badges

Items carry sentiment badges so you can read the tone of coverage at a glance. Sentiment describes how the coverage leans; it is classification of the reporting, not a judgment on the asset and not a signal to act.

### Refresh

The feed updates on its own, and the **Fetch news** button pulls the latest immediately when you are following a developing story. The number of Fetch news runs per day depends on your plan.

### How to use it

1. Add the handful of sources you genuinely trust first; quality beats quantity
2. Add keywords for your core holdings and the narratives you follow
3. Scan the merged feed daily; the ranking surfaces what is both fresh and relevant to you
4. Send anything confusing to [Explain This](/thecontentforge-docs/investor-intel/explain-this.md) for a grounded breakdown

### Tips

* Headlines are written to provoke. The sentiment badge plus the AI context on [Market Pulse](/thecontentforge-docs/investor-intel/market-pulse.md) notable news is a calmer first read.
* If your feed feels noisy, prune sources before adding more
* Big stories will reach you through global coverage anyway; spend your source slots on niche, early, or specialist voices

### Related

* [Market Pulse](/thecontentforge-docs/investor-intel/market-pulse.md) - notable news with AI analysis
* [Daily Brief](/thecontentforge-docs/investor-intel/daily-brief.md) - the day's news, summarized against your interests
* [Narrative Radar](/thecontentforge-docs/investor-intel/narrative-radar.md) - when one story becomes a theme


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/investor-intel/news.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.
