# Finema Documentation

## Finema Documentation

- [Introduction to SSI](https://docs.finema.co/master.md): Enterprise Decentralized Identity
- [IDIN Platform](https://docs.finema.co/idin-platform.md)
- [IDIN Key Management](https://docs.finema.co/idin-key-management.md)
- [DID API](https://docs.finema.co/api-tutorials/did-api.md)
- [DID Registration](https://docs.finema.co/api-tutorials/did-api/register-did.md)
- [Key Series Addition](https://docs.finema.co/api-tutorials/did-api/add-key.md)
- [Key Series Revocation](https://docs.finema.co/api-tutorials/did-api/revoke-key.md)
- [Resetter Registration](https://docs.finema.co/api-tutorials/did-api/register-resetters.md)
- [Resetter Revocation](https://docs.finema.co/api-tutorials/did-api/revoke-resetters.md)
- [Resetter Approval](https://docs.finema.co/api-tutorials/did-api/resetter-approve.md)
- [GET DID Nonce](https://docs.finema.co/api-tutorials/did-api/get-did-nonce.md)
- [VC API](https://docs.finema.co/api-tutorials/vc-api.md)
- [VC Registration](https://docs.finema.co/api-tutorials/vc-api/register-vc.md)
- [VC Revocation](https://docs.finema.co/api-tutorials/vc-api/revoke-vc.md)
- [GET VC Verification Key](https://docs.finema.co/api-tutorials/vc-api/get-verification-key.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.finema.co/master.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.
