> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/business-hubs/managing-your-business-hubs/configure-the-sync-safeguard-threshold-of-your-business-hub.md).

# Configure the sync safeguard threshold of your business hub

{% hint style="info" %}
**Who can use this feature?**

* Business hub **Owners**
* Only supported using the Cerby web app
* Not available for API-based business hubs
  {% endhint %}

As a business hub **Owner**, you can configure the sync safeguard threshold of your business hub integration to prevent accidental loss of access for numerous users.

When you or a routine daily task triggers an automation job to sync users, roles, and assets between your business hub and your external app, Cerby reviews the changes before applying them. If the percentage of users or assets marked for removal exceeds the defined threshold, Cerby halts the sync, and no updates are applied. This safeguard prevents large-scale unintended removals.

To configure the sync safeguard threshold of your business hub integration, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Business Hubs** option from the left menu. The **Business Hubs** page is displayed.
3. Click the **More options** (...) icon of the corresponding business hub. A drop-down menu is displayed.
4. Select the **Settings** option from the menu. The integration details page is displayed with the **Settings** tab activated.
5. Expand the **Sync safeguard** section\*\*.
6. Set the **Threshold** slider to the desired value. By default, the threshold is set to 20%. The valid range is 20% to 80%.
7. Click the **Update** button. A success message box is displayed.

{% hint style="info" %}
**NOTE:** You can monitor the progress of all automation jobs in the **Automation Log.**
{% endhint %}

Now you are done.


---

# 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://help.cerby.com/setup-and-admin/business-hubs/managing-your-business-hubs/configure-the-sync-safeguard-threshold-of-your-business-hub.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.
