# How to Use (5.2+)

Update 1.1 added some new features and modified how some features work, however, the general principle is still the same as the previous version.

* [Tutorial](/supported-assets/plugin-sync-tool/how-to-use-5.2+/tutorial.md)
* [Accessing the Plugin Sync Tool](/supported-assets/plugin-sync-tool/how-to-use-5.2+/accessing-the-plugin-sync-tool.md)
* [UI Outline](/supported-assets/plugin-sync-tool/how-to-use-5.2+/ui-outline.md)
* [Project Settings](/supported-assets/plugin-sync-tool/how-to-use-5.2+/project-settings.md)

{% hint style="info" %}
For general information on Unreal Engine Plugins, [see the Epic Games documentation here](https://dev.epicgames.com/documentation/en-us/unreal-engine/plugins-in-unreal-engine).
{% 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/how-to-use-5.2+.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.
