> ## Documentation Index
> Fetch the complete documentation index at: https://help.classcents.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Student Groups

> Organize students into named groups within a classroom

**Groups** let you split a classroom into smaller named, color-coded teams — useful for table groups, cooperative projects, reading levels, or class teams.

<img src="https://mintcdn.com/joshuamakes/G5j-M0tSaQs4mL9T/images/features/groups-tab.png?fit=max&auto=format&n=G5j-M0tSaQs4mL9T&q=85&s=83194ba3b73f976db615d90e2a6ae63f" alt="Classroom groups tab showing group cards and member organization" width="1600" height="1000" data-path="images/features/groups-tab.png" />

<Tip>
  Open from any classroom dashboard: **Groups** tab. URL: `/dashboard/classroom/[id]/groups`.
</Tip>

## What a Group Has

| Field           | Notes                                                |
| --------------- | ---------------------------------------------------- |
| **Name**        | Required (e.g., "Red Team", "Table 3")               |
| **Color**       | Pick a preset or use the custom hex picker           |
| **Goal amount** | Optional team savings target shown on the group card |
| **Members**     | Any students currently assigned to this group        |

A student can only be in **one group at a time** within a classroom.

## Creating a Group

<Steps>
  <Step title="Open the Groups page">
    From the classroom dashboard, click the **Groups** tab.
  </Step>

  <Step title="Click Add Group">
    Fill in the **Group Name**, choose a **Color**, and optionally set a **Goal Amount**.
  </Step>

  <Step title="Pick starting members (optional)">
    Select students from the **Ungrouped Students** list to assign right away. You can also assign more later.
  </Step>

  <Step title="Save">
    Click **Create** to save the group.
  </Step>
</Steps>

## Managing Members

* **Assign**: Select students in the **Ungrouped Students** card and use the bulk action to assign them.
* **Move**: Select members in one group and use the move action to send them to a different group.
* **Unassign**: Use **Unassign** to return students to the ungrouped pool.
* **Delete**: Deleting a group **unassigns all its students** (it does not delete the students themselves).

<Warning>
  Deleting a group is permanent. The students survive — they just become ungrouped — but the group's name, color, and goal amount are gone.
</Warning>

## Common Uses

<CardGroup cols={2}>
  <Card title="Table groups" icon="table">
    Mirror your seating chart so you can quickly award points to a whole table.
  </Card>

  <Card title="Reading or math levels" icon="book">
    Group by skill band for differentiated tasks.
  </Card>

  <Card title="Project teams" icon="people-group">
    Create temporary groups for a unit and delete them when the project ends.
  </Card>

  <Card title="House system" icon="shield">
    Run a long-running classroom houses competition with goal amounts as the house treasury.
  </Card>
</CardGroup>
