starlight_help/src/content/docs/move-content-to-another-topic.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import MessageActionsMenu from "../include/_MessageActionsMenu.mdx";
Zulip makes it possible to move messages between topics. This is useful for keeping messages organized when there is a digression, or the discussion shifts from the original topic. You can also rename a topic.
When messages are moved, Zulip's permanent links to messages in context will automatically redirect to the new location of the message. Muted topics are automatically migrated when an entire topic is moved.
Organization administrators can configure who is allowed to move messages.
1. Select **Move messages**. If you do not see this option, you do not have permission
to move this message.
1. Set the destination topic.
1. From the dropdown menu, select which messages to move.
1. Toggle whether automated notices should be sent.
1. Click **Confirm** to move the selected content to another topic.
</FlattenedSteps>