# Activity feed FAQ

<details>

<summary>Where did the Activity room go?</summary>

The Activity room has been replaced by the Activity feed. Instead of a conversation pinned in your sidebar, it's now a dedicated panel you open by clicking the bell icon at the top of the sidebar. Mentions, reactions, and calendar reminders all appear there.

</details>

<details>

<summary>Why does my app badge count go up when I have no unread emails?</summary>

The Activity feed may be the cause. Calendar reminders add 1 to your app icon badge count when you have any unread reminders, regardless of how many there are.

To opt out, open the Activity feed (bell icon at the top of the sidebar), click the settings icon, and uncheck **Unread** for **Calendar reminders**.

</details>

<details>

<summary>Can I hide certain activity types without losing them entirely?</summary>

Yes. Unchecking **Display** for an activity type hides it from the **All** view, but you can still see those activities by switching to that type's specific filter. They are not deleted.

</details>

<details>

<summary>How do I open the Activity feed from the keyboard?</summary>

Open the command bar with <kbd>⌘/Ctrl</kbd> + <kbd>K</kbd> and type `Open Activity feed`.

</details>

<details>

<summary>When are activities marked as read?</summary>

Activities are marked as read when you open the Activity feed. The unread dot on the bell disappears immediately on open, but individual activity items keep their unread styling until you close the panel.

</details>


---

# 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://missiveapp.com/docs/core-features/activity-feed/faq.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.
