> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/configura-tus-conexiones/messagebird/crea-tu-conexion-a-messagebird.md).

# Crea tu conexión a MessageBird

{% hint style="info" %}
**Conexión Oauth**: El primer paso es registrar GearPlug en tu cuenta para que GearPlug acceda a los datos.
{% endhint %}

### Configura el acceso

1. **Dirígete a “Plugs”** en la parte superior de tu interfaz de GearPlug.

<figure><img src="https://lh7-us.googleusercontent.com/mhsVnaBnkdychhe0rJFkyWtZ7xMmJCOW_-CEwwOrRi92ueg0Kj4oATtfG-ieaVPgAHSB2zM30x_5DkS22jLG_Jkhkn3PVAl5LX8kPSbR9JviJpItJ7n742tUB5GKAVwMqPXU9szheDkoQZ5qgt-Giw" alt=""><figcaption></figcaption></figure>

2. **Selecciona MessageBird** en el menú desplegable debajo de “Nuevo Plug” y haz clic en “Crear”. Esto desplegará el campo para la API Key.

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

3. **En tu interfaz de MessageBird**, dirígete a la sección “Desarrolladores” en el menú de la izquierda. Dentro de este menú, haz clic en “Acceso a la API” y copia la “Live API Key”.

<figure><img src="https://lh4.googleusercontent.com/bffqA6OTGEtsZ9jRBVs5xAeKn41uICzM5NUKd0Hj6tTyajZdeBo6XyDdu8LIUAYHExxCJ3ghxoX-lKNObvo_5A-XL8L8JGTxGdp3NJefuTo5_-73rbXnJ_bBS4swdnMPeUbcUx73xgrXrS62JnyF" alt=""><figcaption></figcaption></figure>

4. **Pega la API Key** en el campo requerido por GearPlug y haz clic en “Agregar” para finalizar la creación de tu Plug.

<figure><img src="/files/4xJjaNA2uwQW9rUclTOn" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gearplug.io/configura-tus-conexiones/messagebird/crea-tu-conexion-a-messagebird.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
