> 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-emision/learn.md).

# Aprender

Las guías de Build te muestran cómo. Estas páginas explican por qué. Léelas cuando una credential se comporte de una manera que no esperabas, cuando estés decidiendo qué formato emitir o cuando un verifier pregunte cómo se supone que debe confiar en lo que firmaste.

No necesitas leerlas en orden, pero este es el orden que cuenta toda la historia.

<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>Cómo funciona la emisión</strong></td><td>El modelo crear → firmar → entregar, de principio a fin.</td><td><a href="/pages/8c0e408707902423928761913520be9585703cb6">/pages/8c0e408707902423928761913520be9585703cb6</a></td></tr><tr><td><strong>Formatos de credenciales</strong></td><td>W3C Verifiable Credentials frente a ISO 18013 mDocs, y cuándo usar cada uno.</td><td><a href="/pages/b2b1542cdcbae2d6b5a2ef104ce87106b12f39d3">/pages/b2b1542cdcbae2d6b5a2ef104ce87106b12f39d3</a></td></tr><tr><td><strong>Conceptos básicos</strong></td><td>Organization, project, service account, schema, delivery.</td><td><a href="/pages/bc82701f7c7f5a6f6f3a1decf44907a095a569ba">/pages/bc82701f7c7f5a6f6f3a1decf44907a095a569ba</a></td></tr><tr><td><strong>Ciclo de vida de la credencial</strong></td><td>Cada estado por el que pasa una credential, y por qué solo avanza hacia adelante.</td><td><a href="/pages/91b02ac400b107d2f88419926be40deadd25ff2c">/pages/91b02ac400b107d2f88419926be40deadd25ff2c</a></td></tr><tr><td><strong>Confianza y firma</strong></td><td>Por qué un verifier confía en tu credential sin llamarte.</td><td><a href="/pages/af244e2d306607554390a38557c4b56965004427">/pages/af244e2d306607554390a38557c4b56965004427</a></td></tr></tbody></table>

## Próximos pasos

[**Cómo funciona la emisión**](/es/introduccion-a-la-emision/learn/how-issuance-works.md) — empieza aquí para tener el panorama completo en una sola página.

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


---

# 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-emision/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.
