starlight_help/src/content/docs/view-channel-information.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import GoToChannel from "../include/_GoToChannel.mdx";
When viewing a topic or a channel feed, you can find the name, description and subscriber count for the current channel directly in your message view.
1. The channel's name appears in the navigation bar at the top of the app.
</FlattenedSteps>
1. The channel's description appears in the navigation bar at the top of the app.
If the description doesn't fit in the navigation bar, hover over it with the
mouse to view it in full.
</FlattenedSteps>
1. Hover over the channel's name in the navigation bar at the top of the app
with the mouse to see the subscriber count.
</FlattenedSteps>