> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/user-guide/news-feed.md).

# News Feed

MangoApps News Feeds are a centralized space to see updates from your different teams, projects, and activities. News feeds exist at both a general and team-specific level, showing you updates from wherever you need.

<figure><img src="/files/PMYxoGe2fRXZ62SbeXWM" alt="" width="563"><figcaption></figcaption></figure>

## Features

#### Stay On Top Of Tasks And Updates In Real Time

One central source for your individual, team, and company updates, where you can respond, take action, and bring in colleagues, all on a single page.

* A familiar social media environment that people will take to quickly
* Eliminate siloed email collaboration and do better work, faster
* Flexible settings ensure that you don’t get bombarded with unnecessary notifications

#### Enterprise Activity Stream

Read important items, react, comment, and share work conversations. Users are able to receive a constant stream of important and relevant updates without any clutter.

#### Stay In The Loop

Keep employees in the loop with a documented and easy-to-view thread of updates, project files, and conversations surrounding a specific topic.

#### Feed Preferences

Users can customize their news feed and decide what news is the most important to view, react, and respond to first.

#### Generate Project, Team-specific, Or Department News Feeds

News feeds exist at both a general and team-specific level, allowing you to see updates on specific projects or groups wherever you need.

* See company, department, and team updates in a single scrollable location
* View project or group-specific news feeds that only show relevant updates
* Effectively collaborate by sharing updates, asking questions, or posting files to your team

#### Recommended Mode

Automatically personalize an employee’s news feed, showing them what is most relevant to them first so that they don’t drown in less relevant communication.

#### Improved User Experience

With the News Feed, the right content is always available, allowing users to respond to polls, ask questions, preview links, share large files, and more.

#### Pinned & Unread Items

News feed items can be ‘pinned’ to allow users to come back to it later. Mark an item as ‘unread’ to ensure that you don’t miss following up on something important.

<figure><img src="/files/RaFA8ddMGC3SeJJNemnU" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://guides.mangoapps.com/user-guide/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.
