# Team Recommendations

### Overview

The **Team Recommendations** section helps new users discover and join relevant teams when they first join the platform. Admins can configure this section to provide tailored recommendations based on different criteria such as expertise, office location, or general interest groups.

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

{% hint style="warning" %}
This step will **not** appear for Guest Users.
{% endhint %}

***

### **Setting Up**

Click on the **Cog Wheel** next to **Team Recommendations** within the steps list. This will bring up the Team Recommendations settings menu.

#### **Basic Settings**

* **Title**: Define the title that appears in the Team Recommendations section.
* **Short Title**: A brief version of the title for UI clarity.
* **Icon**: Choose an icon to visually represent this section.
* **Description**: Provide a brief explanation of what the section is for.

***

### **Configuring Recommendation Rules**

Admins can set up rules to tailor team recommendations for users.

#### **Default Recommendations**

These are the teams shown to all users when no specific conditions are met. Teams can be added or removed from this list.

#### **Conditional Recommendations**

Admins can set up rules using logical operators and user role designations to recommend teams efficiently.

**Adding a Rule**

1. Click **+ Add Rule**.
2. Select a filter criteria (e.g., Admin Role, Location (Country), Skills, etc. ).
3. Assign a team to the rule.
4. Click **Save**.

**Removing a Rule**

Click the **Remove** button next to an existing rule.

#### **Finalizing the Setup**

Once the recommendations have been configured, click **Save**.

This section will automatically be displayed to new users during account setup.

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


---

# 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/admin-guide/domain-settings/getting-started/team-recommendations.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.
