# Introduction

Use independent records whenever you want to write your own data records the blockchain, but do not want them to be linked together.

Independent records (just called records in this document) have no explicit relationship to any other records on the blockchain. You can, of course, maintain record linkage information within your own applications and data.

<figure><img src="/files/9H2bBxOae4dtTFWIvSkb" alt="" width="563"><figcaption></figcaption></figure>

Independent records provide the following capabilities:

* Approximate event timestamps (+/- 10 minutes)
* Independence
* Persistence
* Data security
* Evidence and verification of operations

An independent record is written to the blockchain inside a transaction.

<figure><img src="/files/mgi2sibrB39NyuV72HyE" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/independent-records/introduction.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.
