> For the complete documentation index, see [llms.txt](https://specs.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://specs.govstack.global/registries/3-terminology.md).

# 3 Terminology

| Term                      | Description                                                                                                                        |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **Registry**              | A paper-based or electronic database (centralized or decentralized, i.e. blockchain) where claims are stored and can be consulted. |
| **Registration**          | Process through which an entity gets claims recorded in a registry.                                                                |
| **Entity**                | A thing with distinct and independent existence, such as a person, organization, or device.                                        |
| **Claim**                 | An attribute asserted by an entity, about itself or another entity.                                                                |
| **Asserter**              | An entity that asserts a claim.                                                                                                    |
| **Registrar**             | An entity that is authorized to register, in a registry, claims submitted by an applicant.                                         |
| **Applicant**             | Entity that requests the registration of claims in a registry.                                                                     |
| **Operator**              | A registrar or a staff of a registrar who is processing the request of an applicant.                                               |
| **Administrator/Analyst** | A registrar or a staff of a registrar who is building a new registry.                                                              |
| **Rules engine**          | A tool transforming business rules relating to a registry, defined by a human analyst, into machine-readable statements.           |
| **Automation**            | A database-level data movement.                                                                                                    |
| **Trigger**               | A record-level automation.                                                                                                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://specs.govstack.global/registries/3-terminology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
