> For the complete documentation index, see [llms.txt](https://docs.payvalida.com/billetera-payvalida/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payvalida.com/billetera-payvalida/inicio-rapido.md).

# Inicio rápido

Payválida Wallet es la billetera digital que te permite recargar saldo, pagar referencias, realizar compras en comercios afiliados a Payválida, recibir remesas desde el exterior, y comprar productos en la Tienda Payvalida (e-pines de videojuegos, recargas de celular, y muchos más).

Puedes acceder a la billetera desde:

* **Versión web:** <https://wallet.payvalida.com/>
* **Android Play Store:** [https://play.google.com/store/apps/details?id=com.payvalida.wallet](<https://play.google.com/store/apps/details?id=com.payvalida.wallet&#xA;>)
* **iOS App Store:** <https://apps.apple.com/us/app/payvalida/id1616898620>

Países disponibles:

* Colombia <img src="https://fonts.gstatic.com/s/e/notoemoji/15.0/1f1e8_1f1f4/72.png" alt="🇨🇴" data-size="line">
* Costa Rica <img src="https://fonts.gstatic.com/s/e/notoemoji/15.0/1f1e8_1f1f7/72.png" alt="🇨🇷" data-size="line">
* Ecuador <img src="https://fonts.gstatic.com/s/e/notoemoji/15.0/1f1ea_1f1e8/72.png" alt="🇪🇨" data-size="line">
* Guatemala <img src="https://fonts.gstatic.com/s/e/notoemoji/15.0/1f1ec_1f1f9/72.png" alt="🇬🇹" data-size="line">
* Perú <img src="https://fonts.gstatic.com/s/e/notoemoji/15.0/1f1f5_1f1ea/72.png" alt="🇵🇪" data-size="line">
* Próximamente: Panamá <img src="https://fonts.gstatic.com/s/e/notoemoji/15.0/1f1f5_1f1e6/72.png" alt="🇵🇦" data-size="line"> y El Salvador <img src="/files/WGQoFAl8i9cdW5K9iXv9" alt="" data-size="line">

A continuación podrás encontrar el manual de uso de las principales funciones de la billetera.


---

# 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.payvalida.com/billetera-payvalida/inicio-rapido.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.
