# Configuration Options

Navigate to the Configuration tab of the Bridge client.

<figure><img src="/files/iLmgmj48ZirojODwImQO" alt=""><figcaption></figcaption></figure>

#### Publish Interval

Set the publish interval which will determine how often the Bridge service runs.  The Bridge can automatically run as often as every 5 minutes and as little as once a day (1440 minutes).  The default setting is set to 60 minutes.

#### Debug Logging

Adds additional debug logs to the Bridge Log.  Helpful for troubleshooting with Keeper Support.

**Delete Override**

Flag which allows the Bridge to delete users and teams if they are not in the designated LDAP filter.  By default, this is disabled, which prevents accidental deletion of users and teams in Keeper.

**Admin Security Group**

This is the group that the user needs to be a member of in order to login to the Keeper Bridge.  By default, this is set to "Keeper Admins".  You can configure this after initial login.

**Always Use Global Catalog**

This applies to Active Directory only.  It means that Keeper Bridge will always query the GC in the forest.

**Email Property**

Before configuring the LDAP/AD queries,  ensure that the **Email Property** is set correctly according to your organization's environment. This will ensure that the proper Keeper email maps to the organization email address.  By default the property is set to 'userPrincipalName', however if that address doesn't correlate with the users actual email address the 'mail' attribute can be selected which will use the email populated in the users profile.

#### Saving Changes

Once the connection status is Online for the Keeper Service and Directory Service, configure the domains which will be exported to the Keeper Admin Console. Select on the **LDAP/AD** tab and then select either the **Export Forest** option or select individual domains. <br>

{% hint style="info" %}
When making changes to this screen, you'll notice the **Publish Required** on the bottom right corner of the screen. We recommend that you do **NOT** publish the changes until you have completed all steps in this guide and that you also verify that the **Options** screen is fully Configured.
{% endhint %}


---

# 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.keeper.io/keeper-bridge/configure-options.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.
