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

# Introduction to Issuance

- [Introduction to Issuance](https://docs.blerify.com/introduction-to-issuance/issuance.md)
- [Build](https://docs.blerify.com/introduction-to-issuance/build.md)
- [Get Started](https://docs.blerify.com/introduction-to-issuance/build/get-started.md)
- [Handle Errors](https://docs.blerify.com/introduction-to-issuance/build/handle-errors.md)
- [Issue a W3C Credential](https://docs.blerify.com/introduction-to-issuance/build/issue-a-w3c-credential.md)
- [Issue an mDoc](https://docs.blerify.com/introduction-to-issuance/build/issue-an-mdoc.md)
- [Manage a Credential](https://docs.blerify.com/introduction-to-issuance/build/manage-a-credential.md)
- [Learn](https://docs.blerify.com/introduction-to-issuance/learn.md)
- [Core Concepts](https://docs.blerify.com/introduction-to-issuance/learn/core-concepts.md)
- [Credential Formats](https://docs.blerify.com/introduction-to-issuance/learn/credential-formats.md)
- [Credential Lifecycle](https://docs.blerify.com/introduction-to-issuance/learn/credential-lifecycle.md)
- [How Issuance Works](https://docs.blerify.com/introduction-to-issuance/learn/how-issuance-works.md)
- [Trust & Signing](https://docs.blerify.com/introduction-to-issuance/learn/trust-and-signing.md)
- [Post Quantum Certificates](https://docs.blerify.com/introduction-to-issuance/post-quantum-certificates.md): Protecting the Platform Against Future Quantum Threats
- [Quantum-Resistant Cryptography](https://docs.blerify.com/introduction-to-issuance/post-quantum-certificates/quantum-resistant-cryptography.md)
- [Request](https://docs.blerify.com/introduction-to-issuance/post-quantum-certificates/request.md)
- [Revocation](https://docs.blerify.com/introduction-to-issuance/post-quantum-certificates/revocation.md)
- [Verify](https://docs.blerify.com/introduction-to-issuance/post-quantum-certificates/verify.md): Verifying a post-quantum certificate involves a series of steps to ensure its authenticity, integrity, and validity. Here's a detailed explanation of the process.
- [Reference](https://docs.blerify.com/introduction-to-issuance/reference.md)
- [API Access & Scopes](https://docs.blerify.com/introduction-to-issuance/reference/api-access-and-scopes.md)
- [Programmatic Issuance — Create, Approve, and Poll](https://docs.blerify.com/introduction-to-issuance/reference/credential-issuance-integration.md)


---

# 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/introduction-to-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.
