starlight_help/src/content/docs/inbox.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ConversationDefinition from "../include/_ConversationDefinition.mdx"; import GoToInbox from "../include/_GoToInbox.mdx"; import InboxInstructions from "../include/_InboxInstructions.mdx"; import InboxIntro from "../include/_InboxIntro.mdx";
<ConversationDefinition /> <InboxIntro />Inbox is a convenient home view if you regularly clear all unread messages in your subscribed channels.
<ZulipTip> To find recent conversations with no unread messages, use the [recent conversations](/help/recent-conversations) view instead. </ZulipTip>In the web app, you can control whether the Inbox includes all topics, just unmuted topics, or only topics you follow.
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <GoToInbox /> 1. Select **All topics**, **Standard view**, or **Followed topics** from
the dropdown in the upper left of the **inbox** view.
</FlattenedSteps>
1. Use the **Filter** box at the top to find a conversation.
You can filter by channel, topic, or direct message participants.
</FlattenedSteps>