# Groups/Projects Module Tools

### Overview

When navigating through the Projects and Groups modules, users will find several common functionalities that consolidate content management and accessibility.&#x20;

<figure><img src="/files/LaDVmY2JNCQRY08g61mm" alt="" width="563"><figcaption></figcaption></figure>

***

#### Search

Both Groups and Projects allow users to search by entering relevant keywords. The search function scans both the title and content of the item.

***

#### Sorting Options

Each module provides sorting options to organize content alphabetically or by their latest activity, with the option to choose ascending or descending order.

***

#### Filtering Options

Users can refine their view using filters:

* **Projects**: Filter by All Projects, Projects you belong to, Archived Projects, or Project Templates.
* **Groups**: Filter by All Groups, Groups you belong to, Archived Groups, Location Based Groups, or Group Templates.

These workspaces can be sorted by **Categories** as well.

***

#### View Customization

The Groups and Projects modules offers three display options:

* Grid View
* List View

<figure><img src="/files/WutZplxby5YH6udcsd7A" alt="" width="563"><figcaption></figcaption></figure>

* Card View

<figure><img src="/files/oMIxpETSzcEkBgydYjkK" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
The banner for each card is set when the workspace is created. You can later add, change, or remove the banner by editing the workspace.
{% endhint %}

***

#### Export of Group/Project Email IDs

Both Groups and Projects offer the option to export Email IDs for the spaces in the module. The export will download a vCard or CSV file that contains the names, email addresses of all your groups. This file can be imported into your email client and can be added to external contact list.

<figure><img src="/files/bQOKSe8FFPeVdzG9EVTc" alt="" width="563"><figcaption></figcaption></figure>

The Group/Project email is automatically generated upon creation of the workspace. This email enables members to send updates directly to the workspace news feed via email.

***

### Differences Between Groups/Projects

Groups and Projects share many similarities, but they differ in key functionalities. The main distinction is that users can be automatically added to Groups through AD/LDAP mapping, whereas Projects require manual user assignment or import via CSV.

[**Group fields to AD/LDAP mapping**](https://guides.mangoapps.com/admin-guide/sso/connections/active-directory-ldap#group-mapping)

Admins can map LDAP fields to Group information in MangoApps, ensuring that user data remains consistent and up to date. When a mapping is specified, the corresponding values from AD/LDAP will override the existing information in MangoApps during the next sync. Since all mapped values are managed by AD/LDAP, this approach helps maintain accuracy, ease user management, and automate group assignments based on directory data.


---

# 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://guides.mangoapps.com/user-guide/groups-and-projects/groups-projects-module-tools.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.
