starlight_help/src/content/docs/pin-a-channel.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ChannelActions from "../include/_ChannelActions.mdx"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx";
You can pin channels that you want to pay close attention to. Pinned channels appear in a dedicated pinned channels section above channel folders in the left sidebar and the Inbox view.
1. Click **Pin channel to top**.
</FlattenedSteps>
1. Select a channel.
<SelectChannelViewPersonal />
1. Under **Personal settings**, toggle **Pin channel to top of left sidebar**.
</FlattenedSteps>
<ChannelSettingsNavbarTip />
Implementation of this feature in the mobile app is tracked [on
GitHub](https://github.com/zulip/zulip-flutter/issues/1223). If
you're interested in this feature, please react to the issue's
description with 👍.
1. Click **Unpin channel from top**.
</FlattenedSteps>
1. Select a channel.
<SelectChannelViewPersonal />
1. Under **Personal settings**, toggle **Pin channel to top of left sidebar**.
</FlattenedSteps>
Implementation of this feature in the mobile app is tracked [on
GitHub](https://github.com/zulip/zulip-flutter/issues/1223). If
you're interested in this feature, please react to the issue's
description with 👍.