# Groups

There are a number of defaults that have certain permissions by default.

## Default groups

1. The **Super Admin** can add or delete Admins and Super Admins (and everything else)
2. The **Admin** can:
   1. Invite users
   2. Create, delete and edit groups
   3. Add or remove users from groups
3. The **Creator** group can create new connections and models
4. The **All Users** group are simply a bucket of all the users currently on the platform

You can add and remove users from the Super Admin, Admin and Creator group, but the All Users group cannot be edited.

The first user on a platform will always be a Super Admin. New users will by default be added to the **All Users** and **Creator** groups. User can be members of as many groups as needed.


---

# 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://resources.less.tech/less-tech/roles-and-permission/groups.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.
