# What is Channel info

Here you can see all kinds of information about the current channel. If you admin permissions, you can edit this information.

![](/files/-M9cL2dW3xQr_HBNUcDh)

These are the channel info options:

![](/files/-M9cL2dXD5Wj9zQ2SMwJ)

* **Channel Name**: The name of the channel, how users see the title and find the channel via search.
* **Topic**: The topic shows next to the title on the channel header. Great for giving more info about the channel.
* **Announcement**: Announcements post in a bar under the channel header.
* **Description**: The description of the channel.
* **Private**: Tells whether a channel is private, and can set the channel to private or public.
* **Read Only**: Tells whether a channel is read-only, and toggles the read-only status on the channel. In read-only channels, only people with admin permissions can post messages. Good for announcements channels.
* **Archived**: Tells if a channel is archived, and toggles the archived status of a channel. Nobody can post messages in an archived channel, and channel search will not find that channel.
* **Password**: Tells whether a channel has a password and let you set the password. If a channel has a password, other users need to enter the password to become a member of the channel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.orgchat.com/what-is-channel-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
