# Gears

## Que es un Gear ?

**Un Gear es la unión de dos o más** [Plugs](/overview/plugs.md) **en GearPlug.** Acá, la integración de aplicaciones se divide en dos partes: **Plugs de origen** (extraen datos) y **Plugs de destino** (reciben y procesan datos).

Al crear un **Gear**, generas una conexión entre un **Plug de origen** y uno o más **Plugs de destino**. Esto automatiza la transferencia de datos entre aplicaciones.<br>

<figure><img src="/files/lnw1atNKsgoRt1kml4NV" alt=""><figcaption></figcaption></figure>

## ¿Cómo uso mis Gears?

Puedes utilizar tus **Gears** en muchas maneras dentro de GearPlug. Por ejemplo, puedes sincronizar datos entre un CRM y una hoja de cálculo, transferir archivos entre distintos servicios en la nube, y enviar notificaciones.

<figure><img src="/files/wNXZhhYY9Y5aOC8drKv7" alt=""><figcaption></figcaption></figure>

Además, los **Gears** también automatizan tareas y extienden la funcionalidad de las aplicaciones integradas.

Digamos que tienes una aplicación que solo permite exportar datos en un formato. En este caso, puedes usar un **Gear** para transformar dichos datos a otro formato para enviarlos a otra aplicación. Así, aprovechas al máximo la funcionalidad de tus herramientas sin tareas manuales.


---

# 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/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.
