# Some of the critical components of Decentralise ID

The reason credentials have evolved as a universal mechanism for establishing real-world trust is the fundamental “trust triangle” illustrated below.

* **Issuer**&#x20;
  * The issuers are the source of credentials - every credential has an issuer.&#x20;
  * Most issuers are organisations such as government agencies (passports), financial institutions (credit cards), universities (degrees), corporations (employment IDs), churches (awards)&#x20;
  * Individuals can also be issuers. <br>
* **Holder/Subject**&#x20;
  * Holders or subjects request credentials from issuers.&#x20;
  * Issuers hold credentials in their wallets or filing cabinets, and present them when requested by verifiers. Although we most commonly think of individuals as holders, holders can also be organisations or even things (such as the registration for a car).<br>
* **Verifiers**
  * It can be anyone seeking trust assurance about the holder of a credential.&#x20;
  * Verifiers request the necessary credentials and follow their policy to verify their authenticity and validity.&#x20;
  * For example, an airport agent will look for specific features of a passport or driver’s license to see if it is valid, then check to ensure it is not expired.&#x20;


---

# 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/tng-identity-documentation/self-sovereign-identity-knowledge/some-of-the-critical-components-of-decentralise-id.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.
