# Glossary

### AnonCreds:

Refer [Anonymous Credentials](https://hyperledger.github.io/anoncreds-spec/#introduction)

### **Aries**:

The tool that helps humans, organizations, and things consume and emit bytes, store and manage data, and perform the crypto that self-sovereign identity demands.

### Dedicated Agent:

Refer [Dedicated Agents](https://docs.credebl.id/docs/introduction/concepts#agent)

### DIDComm:

DIDComm is an open protocol for decentralized communication. It uses DIDs (Decentralized Identifiers) to establish confidential, ongoing connections, without the need for usernames and passwords. [See more.](https://book.didcomm.org/)

### DIDs:

Refer [Decentralized Identifiers](https://docs.credebl.id/docs/introduction/concepts#dids).

### FIDO:

Refer [FIDO](https://fidoalliance.org/how-fido-works/)

### Holder:

Refer [Holder](https://docs.credebl.id/docs/introduction/concepts#holder)

### Issuer:

Refer [Issuer](https://docs.credebl.id/docs/introduction/concepts#issuer)

### JSON-LD schemas:

Refer [JSON-LD schemas](https://www.w3.org/TR/vc-json-schema/)

### Ledger:

A blockchain ledger is a digital record of transactions that is shared across a network and is immutable, or unchangeable.

### Mediator:

Refer [Mediator](https://docs.credebl.id/docs/introduction/concepts#mediator)

### Schema:

Refer [Schema](https://docs.credebl.id/docs/introduction/concepts#schema)

### Shared Agent:

Refer [Shared Agent](https://docs.credebl.id/docs/introduction/concepts#agent)

### SSI:

[Self-Sovereign Identity](https://docs.credebl.id/docs/introduction/concepts#ssi-self-sovereign-identity)

### Tenants:

A tenant is a group of users that share access to a node in a business network. [See more](https://aca-py.org/0.11.1/features/Multitenancy/).

### VCs:

Refer [Verifiable Credentials](https://docs.credebl.id/docs/introduction/concepts#verifiable-credentials)

### Verifier:

Refer [Verifier](https://docs.credebl.id/docs/introduction/concepts#verifier)

### W3C:

Refer [W3C](https://www.w3.org/)

### Wallet:

Refer [Edge Wallet](https://docs.credebl.id/docs/introduction/concepts#edge-wallet) and [Cloud Wallet](https://docs.credebl.id/docs/introduction/concepts#cloud-wallet)

### Zero-knowledge proof:

Zero-knowledge proofs (ZKPs) are a cryptographic method used to prove knowledge about a piece of data, without revealing the data itself.


---

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