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

# Referencias

Material de consulta — preciso y exhaustivo, sin narrativa que atravesar. Ven aquí cuando ya sabes lo que haces y solo necesitas el rol, alcance o contrato exactos.

<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>Referencias de la API</strong></td><td>Los contratos completos de endpoint — esquemas de solicitud/response, códigos de error, ejemplos.</td><td><a href="https://dev.blerify.com/#01cf28b2-23f9-472d-a822-ab8cc0ce0114">https://dev.blerify.com/#01cf28b2-23f9-472d-a822-ab8cc0ce0114</a></td></tr><tr><td><strong>Acceso y alcances de la API</strong></td><td>Cómo se autentica y obtiene autorización una cuenta de servicio, y qué permite cada alcance.</td><td><a href="/pages/b743fa73038227efe6eee9f38fdd4b472361fab6">/pages/b743fa73038227efe6eee9f38fdd4b472361fab6</a></td></tr><tr><td><strong>Roles y permisos del portal</strong></td><td>El modelo de roles de toda la plataforma — los cuatro roles, los dos permisos de proyecto y quién puede otorgar qué.</td><td><a href="/pages/61c580d95d4f28e6f5929f39cd30043580e5f176">/pages/61c580d95d4f28e6f5929f39cd30043580e5f176</a></td></tr><tr><td><strong>Versiones y lanzamientos</strong></td><td>Cambios en el producto Emisión, de los más recientes a los más antiguos.</td><td><a href="https://github.com/BlerifyPlatform/docs-public/tree/main/issuance/reference/versions-and-releases.md">https://github.com/BlerifyPlatform/docs-public/tree/main/issuance/reference/versions-and-releases.md</a></td></tr></tbody></table>

## Próximos pasos

[**Acceso y alcances de la API**](/es/introduccion-a-la-emision/reference/api-access-and-scopes.md) — cómo funciona la autenticación máquina a máquina y qué concede cada alcance.

Ver también: [Referencias de la API](https://dev.blerify.com/#01cf28b2-23f9-472d-a822-ab8cc0ce0114) — los contratos completos de endpoint · [Emitir una credencial W3C](/es/introduccion-a-la-emision/build/issue-a-w3c-credential.md) — la guía que respalda estos contratos.


---

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