# Glossary

| Term                          | Definition                                                                                                                                                                                                                                             |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Web3                          | A term used to describe the next generation of the internet, one that is built on blockchain technology in which most users will be connected via in which most users will be connected via a decentralized network and have access to their own data. |
| Self-Sovereign Identity (SSI) | A digital identity model that enables individuals and organisations to have full control and ownership over their personal data and credentials, without relying on centralised authorities or intermediaries.                                         |
| Digital Signature             | A type of electronic signature with encrypted information that helps verify the authenticity of messages and documents.                                                                                                                                |
| Signature Requestor           | The person (document owner) requesting the signing of the document                                                                                                                                                                                     |
| Signee                        | The person (recipient) to whom the signature request has been sent                                                                                                                                                                                     |
| Private Key                   | A secret number that is used to send encrypted messages.                                                                                                                                                                                               |
| Cryptographic Hash            | A mathematical function that converts an input of arbitrary length into an encrypted output of a fixed length.                                                                                                                                         |


---

# 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.teranode.group/teranode-sign/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.
