> For the complete documentation index, see [llms.txt](https://docs.blerify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blerify.com/es/introduccion-a-la-verificacion/learn.md).

# Aprender

Las guías de Construir te muestran cómo; estas páginas explican qué obtienes realmente. Léelas cuando estés decidiendo qué nivel de aseguramiento exigir, cuando un resultado contiene un campo que no esperabas o cuando tu equipo de cumplimiento pregunta qué significa "verificado" aquí.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>niveles de garantía</strong></td><td>Qué demuestra cada uno: Básico, Estándar y Premium, y cómo elegir. Empieza aquí.</td><td><a href="/pages/08c5ac4c29b90c2190b8d4a48d151b16e9067eb7">/pages/08c5ac4c29b90c2190b8d4a48d151b16e9067eb7</a></td></tr><tr><td><strong>Vinculación biométrica</strong></td><td>La cadena de evidencia que conecta a la persona que tienes delante con la persona a la que se le emitió la credencial.</td><td><a href="/pages/f049a0684843c098102e76f76ee6f74053633fbf">/pages/f049a0684843c098102e76f76ee6f74053633fbf</a></td></tr><tr><td><strong>Atestación de plataforma</strong></td><td>Por qué Android e iOS te dan evidencia diferente y cómo escribir una política que maneje ambas.</td><td><a href="/pages/8c5ec9ad8fbdc1e142297b98181fd24e24ba04ac">/pages/8c5ec9ad8fbdc1e142297b98181fd24e24ba04ac</a></td></tr><tr><td><strong>Confianza del verificador</strong></td><td>Cómo la billetera del usuario sabe que tu solicitud de verificación realmente proviene de ti.</td><td><a href="/pages/f907f3290406616f569b7b6dd2e96dca268dca03">/pages/f907f3290406616f569b7b6dd2e96dca268dca03</a></td></tr></tbody></table>

## Próximos pasos

[**niveles de garantía**](/es/introduccion-a-la-verificacion/learn/assurance-tiers.md) — el concepto en el que se apoya cada otra página de esta sección.

Ver también: [Empezar](/es/introduccion-a-la-verificacion/build/get-started.md) — cuando estés listo para dejar de leer y ejecutar una.


---

# 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.blerify.com/es/introduccion-a-la-verificacion/learn.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.
