# TECHNICAL INTEGRATION

- [Overview](https://docs.gataca.io/developers/technical-integration/overview.md): This document provides a comprehensive overview of the context in which Gataca’s technology operates.
- [SSI Issuance Integration](https://docs.gataca.io/developers/technical-integration/ssi-issuance-integration.md)
- [Credential Revocation Integration](https://docs.gataca.io/developers/technical-integration/ssi-issuance-integration/credential-revocation-integration.md): This document outlines the process for updating the status of a verifiable credential, covering possible states, update mechanisms, and compliance considerations.
- [SSI Verification Integration](https://docs.gataca.io/developers/technical-integration/ssi-verification-integration.md)
- [Gataca Vouch Integration](https://docs.gataca.io/developers/technical-integration/gataca-vouch-integration.md): This document explains how Gataca Vouch works and how to integrate it into a third party application.
- [Open ID Connect (OIDC)](https://docs.gataca.io/developers/technical-integration/gataca-vouch-integration/open-id-connect-oidc.md): This document is an quick overview of the OpenID Connect protocol. It is not an integration guide, and using an already implemented client is already recomended.
- [NFC Integration](https://docs.gataca.io/developers/technical-integration/nfc-integration.md): NFC is a short-range wireless technology commonly used for contactless payments, access control, and data sharing.


---

# Agent Instructions: 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:

```
GET https://docs.gataca.io/developers/technical-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
