# AutoSync

**AutoSync** is LipSync Pro's automation system. It is primarily used for automatically detecting phonemes in audio clips and then creating the appropriate phoneme markers in a clip, but it can be extended through custom scripts to automate many different things.

It works by taking some input data - usually an existing [LipSyncData ](https://rogodigital.gitbook.io/lipsync-pro/concepts-and-components/lipsyncdata)clip or the contents of the [Clip Editor ](https://rogodigital.gitbook.io/lipsync-pro/editor-windows-and-inspectors/clip-editor)- and running it through one or more Modules to add to or modify the data.

### Some related pages:

{% content-ref url="autosync/autosync-modules" %}
[autosync-modules](https://rogodigital.gitbook.io/lipsync-pro/concepts-and-components/autosync/autosync-modules)
{% endcontent-ref %}

{% content-ref url="autosync/autosync-presets" %}
[autosync-presets](https://rogodigital.gitbook.io/lipsync-pro/concepts-and-components/autosync/autosync-presets)
{% endcontent-ref %}

{% content-ref url="../editor-windows-and-inspectors/clip-editor/autosync-window" %}
[autosync-window](https://rogodigital.gitbook.io/lipsync-pro/editor-windows-and-inspectors/clip-editor/autosync-window)
{% endcontent-ref %}

{% content-ref url="../getting-started/autosync-guide" %}
[autosync-guide](https://rogodigital.gitbook.io/lipsync-pro/getting-started/autosync-guide)
{% endcontent-ref %}

{% content-ref url="autosync/phoneme-maps" %}
[phoneme-maps](https://rogodigital.gitbook.io/lipsync-pro/concepts-and-components/autosync/phoneme-maps)
{% endcontent-ref %}


---

# 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://rogodigital.gitbook.io/lipsync-pro/concepts-and-components/autosync.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.
