# Glossary

| Key               | Description                                                                                                                                                                                                           |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Namespace**     | Root domain or trust anchor                                                                                                                                                                                           |
| **Registry**      | Logical grouping of records within a namespace                                                                                                                                                                        |
| **Record**        | Individual data entry in a registry                                                                                                                                                                                   |
| **Version ID**    | Identifier representing a specific historical state of an entity                                                                                                                                                      |
| **DeDi Global**   | SaaS implementation of the DeDi Protocol                                                                                                                                                                              |
| **namespace\_id** | Each namespace gets a unique identifier when created, it must be used in all the spaces where you see namespace\_id or namespace, after the domain verification, one might use the domain instead of this identitifer |
| **registry\_id**  | Each registry get a unique identifier when created, It could be used for verification on chain                                                                                                                        |
| **record\_id**    | Each record get a unique identifier when created, It could be used for verification on chain                                                                                                                          |
| **did**           | decentralised identifiers. (<https://www.w3.org/TR/did-1.0/>) for more details                                                                                                                                        |


---

# 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://dedi-global.gitbook.io/docs/miscellaneous/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.
