> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-guide-arabic/getting-started/create-team/create-group.md).

# Create Groups in your Team

## What is a Group?

A group is a small team within your team, usually comprised of the same functional role. You can assign tickets to an entire group.&#x20;

For instance, you can configure your settings to ensure that all the sales-related tickets are assigned to the sales group. Here are some common groups our users create to manage their tickets efficiently.

1. Support
2. Sales
3. Marketing
4. Onboarding&#x20;

## How to Create Groups <a href="#create-groups" id="create-groups"></a>

1. Go to **Settings** from the left navigation bar and choose **Group Management**.
2. Click on **Create a Group** from the right-most corner.
3. Now add a group name and image.
4. Add group members from the search field. You need to [invite your team members](/myalice-guide-arabic/getting-started/create-team.md#invite-team-members) first to add them to a group.
5. Next, you can turn on the toggle to [create smart rules to assign tickets automatically](/myalice-guide-arabic/myalice-inbox/manage-tickets/smart-ticket-assignment.md#how-to-create-smart-assignment-rules).
6. After you are done, click on **Save Changes**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.myalice.ai/myalice-guide-arabic/getting-started/create-team/create-group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
