# Functional Description

The records REST API provides endpoints that enable you to:

* [**Write Record**](/nchain-event/independent-records/functional-description/write-record.md)**:** Write a record to the blockchain
* [**Read Record:**](/nchain-event/independent-records/functional-description/read-record.md) Obtain the record from its blockchain location
* [**Verify Record**](/nchain-event/independent-records/functional-description/verify-record-+.md)**:** Verify [**†**](/nchain-event/overview/configuration-symbols.md) whether your local record matches the one on the blockchain


---

# 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/functional-description.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.
