mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
35 lines
900 B
Plaintext
35 lines
900 B
Plaintext
---
|
|
title: Finding a conversation to read
|
|
---
|
|
|
|
import ConversationDefinition from "./include/_ConversationDefinition.mdx";
|
|
import ConversationRecommendation from "./include/_ConversationRecommendation.mdx";
|
|
import InboxInstructions from "./include/_InboxInstructions.mdx";
|
|
import InboxIntro from "./include/_InboxIntro.mdx";
|
|
import LeftSidebarConversations from "./include/_LeftSidebarConversations.mdx";
|
|
import RecentConversations from "./include/_RecentConversations.mdx";
|
|
|
|
<ConversationDefinition />
|
|
|
|
<ConversationRecommendation />
|
|
|
|
## From the Inbox view
|
|
|
|
<InboxIntro />
|
|
|
|
<InboxInstructions />
|
|
|
|
## From Recent conversations
|
|
|
|
<RecentConversations />
|
|
|
|
## From the left sidebar
|
|
|
|
<LeftSidebarConversations />
|
|
|
|
## Related articles
|
|
|
|
* [Getting started with Zulip](/help/getting-started-with-zulip)
|
|
* [Reading strategies](/help/reading-strategies)
|
|
* [Reading conversations](/help/reading-conversations)
|