Skip to main content

Create a group

Groups are where the rest of Latte happens — chat channels, shared events, links, polls, and discussions all live inside a group. You can make one for a Class, a Project team, a Family, a Study session, or just a Group of friends.

  1. Open Chat. Your groups are listed down the side, sorted into sections by type.

  2. In the section for the kind of group you want, click its create button — Create a new group, Create a class, Start a project, or Organize a study session.

    Screenshot coming soon
    The Chat group list with the per-type create buttons — Create a new group, Create a class, Start a project, Organize a study session
    Capture spec (for maintainers)
    {
      "id": "web.groups.create-a-group.type-buttons",
      "platform": "web",
      "route": "/chats",
      "actions": [
        {
          "pom": {
            "page": "GroupListPage",
            "call": "openChatList"
          }
        }
      ],
      "clip": {
        "testId": "group-list-create-section",
        "pad": 16
      }
    }
  3. On the Name your group step, type a name (Latte suggests My group) and, if you like, add a Profile picture.

  4. On the Choose the visibility step, pick who can join: On invites only (people need an invite or a link) or Anyone from the specified school (any student with a verified email from the school you choose).

    Screenshot coming soon
    The group creation dialog on the Choose the visibility step, showing On invites only and Anyone from the specified school
    Capture spec (for maintainers)
    {
      "id": "web.groups.create-a-group.visibility",
      "platform": "web",
      "route": "/chats",
      "actions": [
        {
          "pom": {
            "page": "GroupListPage",
            "call": "openCreateGroupDialog",
            "args": [
              "GENERIC"
            ]
          }
        },
        {
          "click": {
            "testId": "create-group-step-visibility"
          }
        }
      ],
      "clip": {
        "testId": "create-group-dialog",
        "pad": 16
      }
    }
  5. For a larger group, choose a channel template — Small, Medium, or Large — so Latte sets up channels that fit the group's size.

  6. On the Add your friends step, tick any friends you want in from the start — you can always invite more later.

  7. Confirm. Latte creates the group and drops you straight into it.

On the Latte desktop app

The desktop app uses the same group list and creation dialog.

Good to know

A Class group must be tied to a course, so you'll be asked to pick one (or register for a new one) as you create it. The Anyone from the specified school visibility only appears once you've verified a school email — see Add and verify your school email.