# Home

### Product Overview

AutoSync is a windows service that runs along side of the FIM/MIM synchronization service, and automatically executes management agent run profiles. AutoSync automatically performs exports and delta synchronizations when changes are detected in the sync engine. AutoSync relies on you to define when import operations should run, and provides various event-based and scheduled mechanisms for you to do so.

#### How it works

Whenever an import is performed, AutoSync will check for staged changes in the MA, if there are changes staged, it will automatically perform a delta synchronization on that management agent. If the synchronization results in outbound changes (exports), an export job is kicked off on each management agent. A confirming import will be performed after the export, and once again, if there are changes staged from the import, a delta synchronization will be performed. AutoSync will continue the cycle until all changes have been processed.

AutoSync provides [triggers](https://docs.lithnet.io/autosync-for-mim/configuration/triggers) to determine when to run import operations, and other run profiles outside of the standard *delta import, delta sync, export, confirming import* cycle.

### How to get started

* [Review the prerequisites](https://docs.lithnet.io/autosync-for-mim/installation/prerequisites)
* [Install AutoSync](https://docs.lithnet.io/autosync-for-mim/installation/installing-autosync)
* [Configure AutoSync](https://docs.lithnet.io/autosync-for-mim/installation/configuring-the-autosync-service)
* [Write your own triggers](https://docs.lithnet.io/autosync-for-mim/configuration/triggers)


---

# 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.lithnet.io/autosync-for-mim/home.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.
