# About

{% embed url="<https://www.youtube.com/watch?v=D8UsIrMaHRM>" %}

The Osero Suite Plugin Sync Tool offers an easy solution for plugin management across multiple projects. By entering a project’s details and "Plugins" folder path, easily sync plugins from one project to another with a click of a button! The Plugin Sync Tool saves the hassle of using the File Explorer to copy files from one place to another and handles checking out files/marking files for add with Revision Control too.

### Features

* Easily sync project plugins between two projects with a single click in a similar way to migrating assets!
* Useful for testing plugins being developed in multiple projects!
* Handles Revision Control!
* Export/import project information to use across multiple projects!
* Works between Blueprint plugins and Blueprint projects!
* Works between C++ plugins and C++ projects!
* Works between C++ plugins and Blueprint projects!
* Migrate to multiple projects at once or a single project at a time!

### Important/Additional Notes

* This plugin is currently a simple copy/paste tool, it currently offers **no sort of merging/diffing of text files**.
* This tool currently only syncs plugins saved in a project’s Plugins folder, not in an engine version’s Plugins folder.

{% hint style="info" %}
[View the Osero Suite: Plugin Sync Tool on Fab!](https://www.fab.com/listings/2a03aa14-bbf1-404e-b9c9-055fb5b747a9)
{% 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.oserosuite.com/supported-assets/plugin-sync-tool/about.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.
