# Groups Management

## How to create a FenixPyre managed group

Creating groups in FenixPyre helps you organize users and manage access permissions more efficiently.&#x20;

Follow these simple steps to create a group

{% stepper %}
{% step %}

### Navigate to groups

Go to the **Groups** section in the FenixPyre admin dashboard.

<figure><img src="/files/yntjeiFeEJHflikJVUcO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Click on "Create Group"**

Once you're in the Groups section, click on the **Create Group** button.

<figure><img src="/files/6A1rU3EeZPaa5yaPc2Sh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Enter a Group Name**

Provide a name for the group. This name will help you identify the group and assign appropriate permissions.
{% endstep %}

{% step %}

### Click on Create

After entering the group name, click the **Create** button to finalize the group creation process.
{% endstep %}
{% endstepper %}

## How to import groups from Identity Provider

To import a group into FenixPyre, you must have **SCIM (System for Cross-domain Identity Management)** configured. This allows FenixPyre to sync with your SAML SSO provider (Okta or Azure).

**Steps to Import a Group:**

1. **Ensure SCIM is Configured**:\
   Before importing a group, make sure that SCIM is properly configured with your SAML SSO provider (either Okta or Azure). SCIM enables FenixPyre to automatically sync with your identity provider.
2. **Click on "Import Group"**:\
   Navigate to the **Groups** section in the FenixPyre admin dashboard. Click on the **Import Group** button to begin the process

&#x20;     .![](/files/YHcbvf2PyjS3zHa6uENP)

1. **View the Linked Groups**:\
   After clicking "Import Group," you will see a list of groups that are linked with your FenixPyre app in your SAML SSO provider (Okta or Azure).![](/files/M6NpUj3vMCuAtxUHWCJN)
2. **Select the Groups to Import**:\
   From the list of available groups, select the groups you wish to import into FenixPyre.
3. **Click on "Import"**:\
   After selecting the groups, click on the **Import** button to import the chosen groups into FenixPyre.

Once imported, the groups will be available within the FenixPyre platform, and you can assign permissions and manage access 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://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/groups-management.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.
