Back to Mattermost

Communicate a channel's focus and scope

docs/main/end-user-guide/collaborate/channel-header-purpose.mdx

11.10.05.1 KB
Original Source

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<PlanAvailability slug="all-commercial" />

Every channel in Mattermost serves a purpose and exists for a reason. You can communicate a channel's focus and scope in 3 ways:

Channel name

You're prompted to provide a channel name when creating a new channel in Mattermost. Channel names must be at least 2 characters, and can be up to 64 characters in length. See the channel naming conventions documentation for additional details and guidance on why channel naming is important.

<Note>

Some unicode characters aren't supported in channel names.

</Note>

Looking to rename an existing channel? See the rename channels documentation for details.

Channel purpose

You're prompted to provide an optional channel purpose description when creating a channel or renaming a channel. A channel purpose can be up to 250 characters in length, and is often used to help users decide whether to join that channel.

A channel's purpose is visible in the right pane when you select the View Info icon for the channel. Any member of a channel can change a channel's purpose description, unless the system admin has disabled the ability to do so.

<Tabs> <TabItem value="web-desktop" label="Web/Desktop">

  1. Select the channel name at the top of the center pane to access the drop-down menu, then select Channel Settings.
  2. Enter or update the channel purpose.
  3. Select Save.
</TabItem> <TabItem value="mobile" label="Mobile">
  1. Tap the channel you want to edit.

  1. Tap the More icon located in the top right corner of the app.

  1. Tap View info.

  1. Tap Edit Channel.

  1. Type the new purpose of the channel and tap on Save to update the purpose.

</TabItem> </Tabs>

Channel header

A channel header is text that displays directly under a channel name at the top of the channel. Any channel member can change a channel header, unless the system admin has disabled the ability to do so

A channel header can be up to 1024 characters in length, include Markdown formatting, and is often used to summarize the channel's focus or to provide links to frequently accessed documents, tools, or websites.

<Tabs> <TabItem value="web-desktop" label="Web/Desktop">
  1. Select the channel name at the top of the center pane to access the drop-down menu, then select Channel Settings.
  2. Enter or change channel header details. You can use the same Markdown formatting in the channel header as you would when composing a message.

</TabItem> <TabItem value="mobile" label="Mobile">
  1. Tap the channel you want to edit.

  1. Tap the More icon located in the top right corner of the app.

  1. Tap View info.

  1. Tap Edit Channel.

  1. Type the new header of the channel and tap on Save to update the header.

</TabItem> </Tabs>