> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/privileged-access-manager/universal-secrets-sync/discovery-using-the-vault.md).

# Universal Secrets Sync using the Vault

### **Overview**

This guide covers how to trigger and confirm a USS sync operation from the Keeper Vault user interface.

{% hint style="info" %}
Before proceeding, review the [Universal Secrets Sync Basics](/keeperpam/privileged-access-manager/universal-secrets-sync/discovery-basics.md) documentation to ensure your PAM Configuration and Keeper Gateway are set up correctly.
{% endhint %}

### **Automatic Sync**

When **Dry-run** is not enabled on the PAM configuration, USS runs automatically whenever a Keeper record in a linked folder is created or updated. No manual action is required from the Vault UI.

To monitor sync activity, check the events in the Reporting and Alerts section of Admin Console.

### **Manual Sync - Dry Run Mode**

When **Dry-run** is selected, changes are not pushed to the cloud provider until you explicitly approve them.

**Step 1 - Open the linked folder**

Navigate to one of the linked folders of the USS configuration and select “Push Updates”.

<img src="/files/1N9TKmN5EhQOLcyLz2Qr" alt="" height="465" width="704">

**Step 2 - Review the secrets**

A preview of every secret that would be created or updated in the cloud provider is displayed. Review the list carefully before proceeding.

**Step 3 - Confirm or cancel**

Click **Sync Now** to confirm and push the changes to the cloud provider. To cancel without making any changes, close the dialog without clicking Sync Now.

<img src="/files/4aqek2li1JgWrrpKhwuj" alt="" height="451" width="704">

**Step 4 — Confirm the result**

After clicking Sync Now, the Vault displays a confirmation of the sync result. Check the last sync timestamp and status in the application or folder view to verify the operation completed successfully.

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

#### **Related Pages**

* [USS Overview](/keeperpam/privileged-access-manager/universal-secrets-sync.md#pdf-page-dqtjnnk6pra4mfdizdco-what-is-keeper-discovery) - Feature summary, architecture, and key capabilities
* [USS Basics](/keeperpam/privileged-access-manager/universal-secrets-sync/discovery-basics.md) - Prerequisites and PAM Configuration setup
* [Migration Guide](/keeperpam/privileged-access-manager/universal-secrets-sync/universal-secrets-sync-migration-guide.md) - Import existing cloud secrets and configure USS in one workflow
* [Using Commander](/keeperpam/privileged-access-manager/universal-secrets-sync/discovery-using-commander.md) - CLI reference and dry-run workflow


---

# 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:

```
GET https://docs.keeper.io/keeperpam/privileged-access-manager/universal-secrets-sync/discovery-using-the-vault.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.
