# Glossary

<table><thead><tr><th width="261">Term</th><th>Definition</th></tr></thead><tbody><tr><td>Encode</td><td>Encode a record into a fingerprint</td></tr><tr><td>Fingerprint</td><td>The unique but obscure result of encoding a record</td></tr><tr><td>IPR</td><td>Intellectual Property Rights</td></tr><tr><td>Link Location</td><td>A position on the blockchain where a linked record is written</td></tr><tr><td>Link Record</td><td>A record that can be or is linked to a previous and or next record</td></tr><tr><td>Location</td><td>The position on the blockchain where the record is written (TXID)</td></tr><tr><td>PII</td><td>Personally Identifiable Information</td></tr><tr><td>Record</td><td>Your encoded or unencoded data on the blockchain</td></tr><tr><td>SSoT (Single Source of Truth)</td><td>The record or fingerprint that is treated with the most reverence</td></tr><tr><td>TXID (Transaction ID)</td><td>Unique identifier of a transaction that has been added to the Blockchain</td></tr></tbody></table>


---

# 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/nchain-event/troubleshooting/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.
