# Live Community Feed

The community feed is a dynamic, real-time stream where users can view the latest posts, news, and updates shared by the community. This feature keeps users up-to-date on the latest discussions, insights, and announcements within the ecosystem. Key aspects include:

* **Post Comments:** Users can post comments on other users posts allowing for threaded discussions and deeper engagement on specific topics.
* **Post Media:** The ability to post images, videos or GIFs enriches the social experience and enables users to share visually engaging information.
* **Project-Specific Updates:** Users can follow specific projects to receive direct updates and announcements in their feed.
* **User Posts:** Any user can share content such as thoughts, questions, or updates that will appear in the live feed.
* **Reactions:** Users will be able to react to posts using emojis to show how they feel about that specific post, similar to upvoting and downvoting.

This centralized feed serves as the heartbeat of the community, encouraging active participation and engagement.


---

# 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://solana-classic.gitbook.io/solana-classic-whitepaper/utilities/classic-hub/classic-social/live-community-feed.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.
