> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/espanol/integrations/connect-to-the-alby-browser-extension-on-android.md).

# Connect to the Alby Browser extension on Android

Actualmente Firefox mobile solo admite complementos en Android. También puedes seguir pasos similares en un escritorio utilizando Firefox, Chrome o un navegador compatible.

1. [Download Firefox](https://www.mozilla.org/en-US/firefox/browsers/mobile/android/) on your Android phone
2. Abre Firefox y elige `Complementos` en el menú de la parte superior derecha.

   ![](/files/nS84EO2u3G5XKcCHNskW)
3. Toque `Buscar más complementos` en la parte inferior.

   ![](/files/0esZ47B6oFvM2VkgMm3c)
4. Escriba `Alby` en el cuadro de búsqueda para encontrar la extensión.

   ![](/files/0q3ZCVAhmoBEsYq52iTa)
5. Añadir la extensión

   ![](/files/9OJOR6i38oA7Fxfanx4G)
6. Confirmar

   ![](/files/n8jlfpxP8T3pTknl4xAB)
7. ![](/files/gG81JltwezpFxfysEpYV)

```
Establecer un código de acceso
```

8. ![](/files/aPEkp1jrElcXqAZ7t7pB)

```
Elige `Conectar` para traer tu propia billetera.
```

9. ![](/files/B8lSOqhavZ10ceO7jKdf)

```
Desplázate hacia abajo hasta Blink Wallet
```

10. ![](/files/4g4KD1BxfnanLLt2fxC5)

```
Sigue las instrucciones en pantalla: obtén una clave de API en una nueva pestaña o ventana. Encuentra más detalles sobre el Panel de control y las claves de API [aquí](https://dev.blink.sv/api/auth).
```

11. ![](/files/L1JwXeCJecM8eWNlu7Na)

    Cuando pegue la clave de API y conecte su cuenta de Blink correctamente, ¡tómese un momento para marcar la extensión tocando en `Agregar` junto a `Marcadores`
12. ![](/files/voROji6rcklBti2B0OJi)

    Para volver a acceder a la extensión, elígela desde Marcadores en el menú de Firefox.
13. ![](/files/Dh03kUtSH7kmcawhQQCS)

    Una vez que la extensión esté abierta, elige `Wallet` desde el menú en la parte superior izquierda para acceder a tu saldo.
14. ![](/files/47Znjsj6DtLZYBzxAOMP)

    Enviar y recibir sats desde tus monederos Blink BTC en Firefox


---

# 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://faq.blink.sv/espanol/integrations/connect-to-the-alby-browser-extension-on-android.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.
