# Gears

## What’s a Gear?

A **Gear is the union of two or more** [**Plugs** ](/english/overview/plugs.md)**in GearPlug**. Here, the integration splits into two sides: source Plugs (extract data) and target Plugs (receive and process data).

When creating a Gear, you generate a connection between a source Plug and two or more target Plugs. This automates data transfers between apps.

<figure><img src="https://lh5.googleusercontent.com/-uVUlV2Ra4WYB_69UrrdIpydGt00bmFc1BGxGrojGNgn-SofqWQq-c7cHHjjQVgYl9vk53wN1dEGBbUUaO6B0OYhCAtS7mqzLzZt2PT1pmYNdhuhdj7p-Ain6XU1U1G0LCqXVCYpIfrn99I7dXsRiA" alt=""><figcaption></figcaption></figure>

## How do I use my Gears?

You can use Gears in many ways within GearPlug. For instance, you may synchronize data between a CRM and a database, transfer registers among cloud services, and send notifications.

<figure><img src="https://lh3.googleusercontent.com/JHGy7yTt48bUtkS4SVum5uXWN0ICs9Sv0ai2mvWbdxRcxP3437XKoVJXZtB6bbkB4q-JNPN0h20YwDS_y-JSXClNG5H4HMIgTTRa82JJNz_lNTIBYHNnsgEBF82YZeiTtK-eahwvvTH-QlF6DA-RyQ" alt=""><figcaption></figcaption></figure>

Also, Gears automate tasks and extend the integrated apps’ functionalities.

Let’s say you have an app that only allows exporting data in one format. In this case, you can use a Gear to convert said data to another format before sending them to other apps. This way, you make the most out of your tools’ functionality without manually changing things.


---

# 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.gearplug.io/english/overview/gears.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.
