> 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).

# Empezar

Esta sección le ayuda a configurar el SDK de NFC Wallet en su Android **aplicación de cartera digital**.

### Antes de empezar

* Revise qué incluye el paquete de entrega del SDK en [Entregables](/nfc-wallet-sdk-android/es/general/deliverables.md).
* Consulte las versiones de Android compatibles en [Configuraciones compatibles](https://gitlab.sre.ops.gcloud.thalescloud.io/bps/gitbook/nfc-wallet-gitbook-docs/-/blob/dev-sdk/NFC-Wallet-SDK-Android/get-started/configuration/1.-binary-integration#supported-configurations).

### Configure el SDK

Use estas guías para integrar el SDK de NFC Wallet en su Android **aplicación de cartera digital**.

* Configure su proyecto: [Configuración](/nfc-wallet-sdk-android/es/get-started/configuration.md).
* Use la aplicación de ejemplo de Android **Aplicación de ejemplo** como un ejemplo de principio a fin: [Aplicación de ejemplo](/nfc-wallet-sdk-android/es/get-started/sample-app.md).

### Siguientes pasos

Use estos recursos después de completar la configuración y la inicialización.

* **Consulte la referencia de la API:** [API de Android](/nfc-wallet-sdk-android/es/android-api.md)
* **Implemente el flujo principal:** [Implemente NFC Wallet](/nfc-wallet-sdk-android/es/implement-nfc-wallet.md)\
  Comience con la comprobación de la capacidad sin contacto. Luego inscriba la billetera y complete **Tokenización**, la gestión de tarjetas y el pago.
* **Prepárese para el lanzamiento:** [Guía de seguridad](/nfc-wallet-sdk-android/es/security-and-privacy/security-guidance.md)\
  Aplique los requisitos de seguridad antes del despliegue en producción. Revise las recomendaciones de registro, tratamiento de datos y refuerzo.

### Funciones adicionales

Agregue 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.
