starlight_help/src/content/docs/quote-or-forward-a-message.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 MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx";
Conversations in Zulip are organized by topic, so it's generally clear what you're responding to when you send a message. However, when responding to an older message, you may want to quote all or part of it for reference.
You can also forward a message to another conversation.
The first line of a quoted or forwarded message contains a permanent link to the original message. Zulip automatically turns mentions in the quoted text into silent mentions to avoid unnecessarily mentioning someone twice.
<ZulipTip> You can use [quote blocks](/help/format-a-quote) when quoting emails or other non-Zulip content. </ZulipTip> <MessageActionsMenu />
1. Click **Quote message**.
1. Send your message.
</FlattenedSteps>
<KeyboardTip>
You can also use <kbd>></kbd> to quote to the selected message or text,
including selections across several messages.
</KeyboardTip>
1. Tap **Quote message**.
1. *(optional)* Delete any parts of the quoted message that are not
relevant to your reply.
1. Send your message.
</FlattenedSteps>
<ZulipTip>
If you are in a channel view, you can set a different destination
topic by tapping the compose box and selecting an existing topic
or typing a new topic name.
</ZulipTip>
<MessageActionsMenu />
1. Click **Forward message**.
1. Select the desired destination channel or **Direct message** from the dropdown
in the top left of the compose box.
1. Enter a topic name, or recipient names for a direct message.
1. Send your message.
</FlattenedSteps>
<KeyboardTip>
You can also use <kbd>\<</kbd> to forward the selected message or text,
including selections across several messages.
</KeyboardTip>