# FAQs

<details>

<summary>What is Self-Sovereign Identity (SSI) ?</summary>

SSI is a decentralized model where individuals control their identity data without relying on centralized authorities.

</details>

<details>

<summary>What is schema ?</summary>

A schema defines the structure and format of data within a verifiable credential. It's like a template for a verifiable credential.

</details>

<details>

<summary>Can credentials be revoked ?</summary>

Yes, some credential definitions are designed to allow revocation, enabling issuers to invalidate credentials if needed.

</details>

<details>

<summary>What is the role of an Issuer ?</summary>

An issuer creates and signs verifiable credentials, issuing them to holders based on their policies and procedures.

</details>

<details>

<summary>What is the difference between an Edge Wallet and a Cloud Wallet ?</summary>

An edge wallet stores data locally on the user’s device, while a cloud wallet stores data in the cloud, offering remote access from any device.

</details>

<details>

<summary>What is governance framework ?</summary>

Governance Framework is a set of rules and standards that guide how participants in the ecosystem interact. It defines the roles of issuers, holders, and verifiers, ensuring trust, accountability, and interoperability. The framework governs how credentials are issued, managed, and verified, ensuring compliance with legal, privacy, and technical standards for decentralized identity management.

</details>


---

# 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.credebl.id/docs/references/faqs.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.
