# How to Create a Static Group

Follow the steps below to create a Channel Group:

1. Navigate to the Threadly app in Slack.
2. Click “**Manage Channel Groups**”.
3. Click **Create New Group.**
4. Name your Channel Group.
5. Choose the type of group you're creating. There are two types:
   1. [Static](/threadly/groups/static-groups.md)
   2. [Dynamic](/threadly/groups/dynamic-conversation-groups.md)
6. Select the conversations to add to your group. You can either scroll or manually type to find conversations.

> **Heads up!**
>
> While you can create as many Channel Groups as you’d like, we limit how many channels can be included. On our Free plan, your Channel Group can have 10 channels within it. On our Premium plan, you can have 75 channels inside. Need more? Explore [Dynamic Groups](/threadly/groups/dynamic-conversation-groups.md).


---

# 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://threadly.gitbook.io/threadly/groups/static-groups/how-to-create-a-static-group.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.
