> For the complete documentation index, see [llms.txt](https://identity.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://identity.govstack.global/3-terminology/id-related-bb-common-terminology.md).

# ID-Related BB Common Terminology

### Consent Building Block (CBB)

The Consent Building Block enables services for individuals to approve the use of their Personal Data by defining the principles, functions, and architecture of an information system. For organisations that process Personal Data​,​ it provides the ability to know the ​individual's will and legitimately process such Personal Data. The Consent Building Block is a process-oriented GovStack Building Block facilitating auditable bilateral agreements within a multi-agent environment that integrates with most other Building Blocks.

### Credential

A set of data presented as evidence of a claimed identity and/or entitlements. ([ITU-T X.1252](https://www.itu.int/rec/T-REC-X.1252))\
It may include an identifier to uniquely identify the credential, as well as metadata that describes properties of the credential itself such as the issuer, the expiry time, a representative image, etc.

{% hint style="info" %}
See also related terminology for [Digital Credential](#digital-credential) and [Verifiable Credentials](#verifiable-credentials-vcs).
{% endhint %}

### Digital Credentials <a href="#digital-credential" id="digital-credential"></a>

A Digital Credential (also known as a verifiable credential) is a digitally-issued and verifiable form of a [Credential](#credential).

{% hint style="info" %}
See also related terminology for [Credential ](#credential)and [Verifiable Credentials](#verifiable-credentials-vcs).
{% endhint %}

### e-Signature Building Block (eSBB) <a href="#digital-credential-wallet" id="digital-credential-wallet"></a>

eSignature Building Block provides the necessary functionalities to bring handwritten signatures to the digital world. Handwritten signatures have served as a way to agree/witness a given document, yet, in today's digital world most documents are in digital form. The digital form varies between structured (XML, JSON) and unstructured documents (PDF, Word, Image, CSV, Spreadsheet).  eSignatures can be added to digital documents similar to handwritten signatures achieving the same functionality.<br>

### Identity Building Block (IDBB)

Identity Building Block as specified in current documentation.

In charge to create, manage life cycle, audit mechanisms, and verify identities.

### Legal Entity

is an organisation (public or private) ​that has the rights and obligations to define standards for Personal Data processing. E.g. a public health authority

### **PII (Personally Identifiable Information)** <a href="#pii-personally-identifiable-information" id="pii-personally-identifiable-information"></a>

PII refers to any information:\
a) that identifies or can be used to identify, contact or locate the person to whom such information pertains;\
b) from which identification or contact information of an individual person can be derived; or\
c) that is or can be linked to a natural person directly or indirectly.\
([ITU-T X.1252](https://www.itu.int/rec/T-REC-X.1252))

### Trust

The confidence of one party or entity that another party or entity will behave in a well-defined way that does not violate agreed-upon rules, policies or legal clauses of the identity management system. ([ITU-T X.1252](https://www.itu.int/rec/T-REC-X.1252))

### **Verifiable Credentials (VCs)** <a href="#verifiable-credentials-vcs" id="verifiable-credentials-vcs"></a>

A Verifiable Credential (also known as a digital credential) is a digitally-issued and verifiable form of a [Credential](#credential).

{% hint style="info" %}
See also related terminology for [Credential](#credential) and [Digital Credentials](#digital-credential).
{% endhint %}

### Wallet Building Block (WBB)

Wallet as a term can mean many things depending on your background and context. However with GovStack we have chosen to use Wallet in its widest context, as a **Container** with **Content**.

Therefore the total scope and focus of the Wallet Building Block (WBB) is to provide specifications which support multiple forms of Containers and Contents, we have chosen this abstraction to ensure that the Building Block remains inclusive of different formats of Wallets.


---

# 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://identity.govstack.global/3-terminology/id-related-bb-common-terminology.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.
