> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/core-features/activity-feed/faq.md).

# 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>

<details>

<summary>Can I check off individual activities or mark them unread to come back to?</summary>

No, there's no per-item read/unread toggle in the Activity feed, and that's by design. The feed isn't meant to be another inbox to manage with its own read states. It's a lightweight reminder that something happened, so you can go check it when you want.

For a "remind me to come back to this" workflow, act on the conversation itself instead:

* **Snooze** the conversation so it returns to your Inbox when you're ready.
* **Mark unread** so it stays visible in your Inbox until you've handled it.

</details>


---

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