starlight_help/src/content/docs/direct-messages.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import DmFeedInstructions from "../include/_DmFeedInstructions.mdx"; import FindDmConversationLeftSidebar from "../include/_FindDmConversationLeftSidebar.mdx"; import MobileDirectMessages from "../include/_MobileDirectMessages.mdx"; import SearchNoteForDmConversations from "../include/_SearchNoteForDmConversations.mdx"; import SendDm from "../include/_SendDm.mdx"; import ViewDmsLeftSidebar from "../include/_ViewDmsLeftSidebar.mdx";
import ChevronRightIcon from "~icons/zulip-icon/chevron-right"; import SearchIcon from "~icons/zulip-icon/search"; import UserListIcon from "~icons/zulip-icon/user-list";
Direct messages (DMs) are conversations with other users that happen outside of a channel. They are convenient for 1:1 and small group conversations. Direct messages are private to conversation participants. Administrators may be able to export your DMs in a corporate organization, or with your permission.
If you find yourself frequently conversing with the same person or group, it often works best to create a private channel for your conversations. This lets you organize your discussion into topics, and subscribe or unsubscribe people as needed.
There are a few different ways to view your DM conversations.
<Tabs> <TabItem label="Via left sidebar"> <FlattenedSteps> <ViewDmsLeftSidebar /> </FlattenedSteps><ZulipTip>
To return to the channel list in the left sidebar, click the **back to
channels** link above the search box.
</ZulipTip>
<ZulipTip>
You can find a user by typing their name in the **Filter users** box at the
top of the right sidebar.
</ZulipTip>
1. Tap a recent DM conversation to view it.
</FlattenedSteps>
<FindDmConversationLeftSidebar />
<ZulipTip>
You can also type `dm-including` in the search box to find all 1:1 and group
DM conversations that include a particular user.
</ZulipTip>
You can see all your direct messages in one place.
<DmFeedInstructions />