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

# Introducción a la emisión

La emisión de Blerify convierte los datos que tu organización ya tiene — un registro de empleado, un examen aprobado, una identificación gubernamental — en una credencial en la que un desconocido puede confiar. La firmas una vez con la clave de tu organización y la entregas a la billetera del titular. A partir de ese momento, cualquiera puede verificarla sin volver a llamar a Blerify ni a ti.

Todo en esta sección se divide en una de tres partes. Si estás aquí para lanzar algo, empieza con **Construir**. Si quieres entender qué está pasando por debajo, lee **Aprender**. Cuando necesites contratos exactos, roles o ámbitos, ve a **Referencias**.

<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>🛠️ Construir</strong></td><td>Guías orientadas a tareas. Emite tu primera credencial y luego adminístrala durante todo su ciclo de vida.</td><td><a href="/pages/a0354a17cf228cb11599c7937667eacc57e858b9">/pages/a0354a17cf228cb11599c7937667eacc57e858b9</a></td></tr><tr><td><strong>📘 Aprender</strong></td><td>Los conceptos subyacentes — el flujo de emisión, los formatos de credenciales y cómo se establece la confianza.</td><td><a href="/pages/c53f87bf38a35a0df25aadf363954731853d006f">/pages/c53f87bf38a35a0df25aadf363954731853d006f</a></td></tr><tr><td><strong>📗 Referencias</strong></td><td>Contratos exactos de API, roles del portal, ámbitos e historial de versiones.</td><td><a href="/pages/ca8020a8bd594c381676d8176a93165814c7aaa7">/pages/ca8020a8bd594c381676d8176a93165814c7aaa7</a></td></tr></tbody></table>

{% hint style="info" %}
**¿Es tu primera vez aquí?** Ve directamente a [Empezar](/es/introduccion-a-la-emision/build/get-started.md). Cubre lo que necesitas tener listo y te guía desde un proyecto vacío hasta una credencial firmada en una billetera.
{% endhint %}

## Próximos pasos

[**Empezar**](/es/introduccion-a-la-emision/build/get-started.md) — la ruta más rápida de cero a tu primera credencial emitida.

Ver también: [Cómo funciona la emisión](/es/introduccion-a-la-emision/learn/how-issuance-works.md) — el modelo, de extremo a extremo · [Acceso y alcances de la API](/es/introduccion-a-la-emision/reference/api-access-and-scopes.md) — cómo la API autentica y autoriza.


---

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