# Crea tu conexión a LabsMobile

{% hint style="info" %}
**Conexión Oauth**: Instala nuestra aplicación en tu cuenta para que podamos conectarlo a otras apps.
{% endhint %}

Para crear tu Plug para LabsMobile, necesitarás tu usuario y un token API. Debajo, te mostramos cómo conseguirlo:

1. **Dirígete a “Configuraciones API”** debajo de tu nombre de usuario.

<figure><img src="https://lh6.googleusercontent.com/tHcFv-VAPKN3bkdi8IuwL5hiP8DS2SREx6908EQwFHAsTCY9EB5jUkTTtvNuK3ffT9VjrFslPcH8UMWwmCJEgh-YgmXIcYWSX1Aq-iN5ok7M1N8fLyzsGqvd2-k8rqBAyVuk-npUbinW0mNIkHdxAA" alt=""><figcaption></figcaption></figure>

2. **Cliquea “Generar nuevo API token”** y copia el token que aparece arriba.

<figure><img src="https://lh5.googleusercontent.com/lIv_383qadAXdoqIAd928e8Zt9YOaoeS5PZYjnbCNBBMeIX-WD06S7_jSEsPOjA4sVG3WjAj_3HOaYmE-HSVyK_0IMIYG15j6vdKC5zWZS6zI7VQd6nBzFrbLBQkPn6JoT_7fxXCgKFyS67Sv3_dqw" alt=""><figcaption></figcaption></figure>

### 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/GPSLCtoW1tDw3RS75HJHrjD3CvEtThp1Q6_vD5H4qr6BQqsh7tXMcWYswwQNky4XCkiUXAz6D-bsYOe_yByUjT5BOS7w7V_v8Q_nd5craaJ1nmW6n27kCwGMhK-R33L5NqufALcbwSHISZnj1YdAZQ" alt=""><figcaption></figcaption></figure>

2. **Selecciona LabsMobile** en el menú desplegable debajo de “Nuevo Plug” y haz clic en “Crear”.

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

3. **Llena los campos** con tu usuario y token API como corresponde y cliquea “Agregar”.

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


---

# 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/configura-tus-conexiones/labsmobile/crea-tu-conexion-a-labsmobile.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.
