# Groups

System administrators and account managers can create and edit clients groups.

This is an easy way for system users to share files between clients that share something in common without the need to assign a file to each one individually.

A group has a name, an optional description and can contain as many clients as you wish to add.

Groups **are designed to mostly be an organization tool for system users**.&#x20;

**Clients can not see or interact with other members of the groups they belong to.**

They can also NOT assign files to groups. This is reserved for users.

### Public groups

Groups, same as individual files, can also be made public.

The [public listing page](https://docs.projectsend.org/about/how-to-use/public-files-and-groups) allows clients and visitors to filter files by public groups. A special setting can be enabled to them to list all files assigned to that group, even those files that are not public (in this case, no download link will be provided).

You can also enable an option to let clients request memberships to public groups. This way, files assigned to a public group will immediately be available to the client.

**Public simply means that it can be discovered. Clients are not allowed to assign files to groups, even those that are public.**&#x20;


---

# 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://docs.projectsend.org/about/how-to-use/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.
