> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/people/dashboard-actions/sync-staff-groups-and-compliance-systems.md).

# Sync Staff, Groups, and Compliance Systems

The **Sync** actions allow you to fetch the latest data from integrated systems, ensuring that your staff list, employee groups, and background verification statuses stay up to date. Sprinto supports both on-demand and automatic syncing for various providers.

***

### 1. Sync Staff Details from HRMS or IDP

You can manually sync staff records whenever new employees are added to your source system.

#### To sync staff:

1. Go to **People > Configuration**.
2. Under **Staff information providers**, click **Manage**.
3. Next to the relevant provider (e.g. GreytHR, BambooHR, Google Workspace), click **Sync**.

{% hint style="info" %}
This pulls in new staff and updates existing profiles based on HRMS data.
{% endhint %}

***

### 2. Sync Imported Staff Groups

Groups are typically used for smart scoping and training or policy assignments.

#### To sync groups:

1. In the **Automate staff scoping using groups** section, click **View**.
2. Click **Refresh** to pull the latest employee groups from the connected provider.

{% hint style="info" %}
Groups are imported based on availability in your provider (e.g. Office365, Okta, Google).
{% endhint %}

***

### 3. Sync Background Verification Status

Sprinto syncs with BGV tools to auto-update verification checks.

#### To sync BGV systems:

1. Scroll to the **Background verifications** section in **People > Configuration**.
2. Click **Manage**.
3. If a provider (e.g. SpringVerify, Checkr, Certn) is already connected, click **Sync**.

{% hint style="info" %}
The latest verification status will be reflected in each staff profile.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinto.com/data-library/people/dashboard-actions/sync-staff-groups-and-compliance-systems.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
