# 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: 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://registries.govstack.global/3-terminology.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.
