> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/es/get-started.md).

# Comenzar

Esta sección te ayuda a configurar el SDK de Billetera NFC en tu Android **aplicación de billetera digital**.

### Antes de comenzar

* Revisa lo que se incluye en el paquete de entrega del SDK en [Entregables](/nfc-wallet-sdk-android/es/general/deliverables.md).
* Comprueba las versiones de Android compatibles en [Configuraciones compatibles](/nfc-wallet-sdk-android/es/get-started/configuration/1.-binary-integration.md#supported-configurations).

### Configura el SDK

Utiliza estas guías para integrar el SDK de Billetera NFC en tu Android **aplicación de billetera digital**.

* Configura tu proyecto: [Configuración](/nfc-wallet-sdk-android/es/get-started/configuration.md).
* Usa el Android **App de ejemplo** como un ejemplo de extremo a extremo: [App de ejemplo](/nfc-wallet-sdk-android/es/get-started/sample-app.md).

### Siguientes pasos

Utiliza estos recursos después de completar la configuración e inicialización.

* **Consulta la referencia de la API:** [Android API](/nfc-wallet-sdk-android/es/android-api.md)
* **Implementa el flujo principal:** [Implementa la Billetera NFC](/nfc-wallet-sdk-android/es/implement-nfc-wallet.md)\
  Comienza con la comprobación de capacidad sin contacto. Luego registra la billetera y completa **Tokenización**, gestión de tarjetas y pago.
* **Prepárate para el lanzamiento:** [Guía de seguridad](/nfc-wallet-sdk-android/es/security-and-privacy/security-guidance.md)\
  Aplica los requisitos de seguridad antes del despliegue en producción. Revisa las recomendaciones sobre registro, manejo de datos y endurecimiento.

### Funciones adicionales

Agrega capacidades opcionales después de implementar el flujo principal.

* [Funciones adicionales](/nfc-wallet-sdk-android/es/additional-features.md)


---

# 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.payments.thalescloud.io/nfc-wallet-sdk-android/es/get-started.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.
