starlight_help/src/content/include/_ReplyingToMessages.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import EndComposing from "../include/_EndComposing.mdx"; import MobileTapSend from "../include/_MobileTapSend.mdx";
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> 1. Click the **Message...** button at the bottom of the app. 1. Compose your message. You can [preview your message](/help/preview-your-message-before-sending) before sending. <EndComposing />
</FlattenedSteps>
<ZulipTip>
You can also reply by clicking on a message, or using the <kbd>R</kbd> or
<kbd>Enter</kbd> keyboard shortcuts to reply to the message in the blue box.
</ZulipTip>
<MobileTapSend />
</FlattenedSteps>
<ZulipTip>
If you're reading messages in a [channel feed](/help/channel-feed),
or the [combined feed](/help/combined-feed), navigate to the conversation
view by tapping the message recipient bar of the conversation you want to
reply to.
</ZulipTip>