# Asyncher

<div align="center" data-full-width="true"><figure><img src="https://raw.githubusercontent.com/matteo-convertino/asyncher/github/resources/images/asyncher.svg" alt="" width="563"><figcaption></figcaption></figure></div>

## Overview

**Asyncher** is a tool created with the intention of **simplifying** the lives of developers when they need to implement a **synchronization system** within their project.

It is designed to be able to function **independently** of the ecosystem it is in. **No matter which programming language. No matter which framework. No matter which database.** The only thing you have to do is an initial configuration.

***

## Get Started

Here are some guides that will allow you to setup **Asyncher** to work in your project and where it is explained how it works.

{% content-ref url="how-it-works" %}
[how-it-works](https://asyncher.convertino.cloud/how-it-works)
{% endcontent-ref %}

{% content-ref url="how-to-install" %}
[how-to-install](https://asyncher.convertino.cloud/how-to-install)
{% endcontent-ref %}

{% content-ref url="what-i-need-to-do/data-prerequisites" %}
[data-prerequisites](https://asyncher.convertino.cloud/what-i-need-to-do/data-prerequisites)
{% 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://asyncher.convertino.cloud/asyncher.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.
