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

# Hedera News Feed

[News](https://hash-ly.com/news) gathers the latest from the Hedera ecosystem in one place: an outside news source, Hashly's own articles and updates published by projects.

***

## 🌐 Sources

| Source               | What it is                                                   | Where it opens                |
| -------------------- | ------------------------------------------------------------ | ----------------------------- |
| 📡 **Genfinity**     | Articles from Genfinity's Hedera section, labelled Genfinity | On genfinity.io, in a new tab |
| ✍️ **Hashly**        | Articles written by Hashly, labelled Hashly                  | On Hashly                     |
| 🏢 **From projects** | Updates published by ecosystem project owners                | On Hashly                     |

***

## 🗞️ The Page

* 🌟 **Lead story** — the first article in the current order (the newest by default), shown large
* 🏢 **From projects** — a column beside it with the two latest project updates
* 🧱 **Everything else** — a grid of cards with image, date, author, title and summary

***

## ✨ Features

* 🔍 **Search** — matches titles, summaries and authors
* 🔄 **Sort** — Newest or Oldest
* 📄 **Pages** — 25 articles per page

Hashly and project articles can also be found from the **⌘K** search palette.

***

## 📖 Reading Articles

Genfinity cards open the full article on Genfinity. Hashly and project articles open on their own Hashly page (`hash-ly.com/news/<article>`), with:

* ⏱️ An estimated reading time
* 🐦 **Share on X**
* 📚 **Keep reading** — three more recent articles

Articles published by a project also appear on that project's page in the [Ecosystem](/hashly-docs/markets/ecosystem.md).

***

## 💡 Tips

* 📰 **Reading without distractions:** the sidebar hides your votes, XP and wallet button on News pages.
* 🏢 **Want your project's updates here?** Owners of featured ecosystem projects publish them from Owner tools on their project page.


---

# 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://hashly.gitbook.io/hashly-docs/discover/news-feed.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.
