# Use DeDi in your workflows

DeDi’s information architecture is organized around three key constructs:

* **Namespace:** Corresponds to an organization (and implicitly to a domain name) as a starting point for trust.
* **Directory:** Refers to a list of records with configurable schemas.
* **Records:** The actual values or pointers to information.

**Get started in 5 min with dedi.global:**

{% stepper %}
{% step %} <mark style="color:$primary;">**Create your account**</mark>&#x20;

Register yourself on [dedi.global](https://dedi.global) using relevant email
{% endstep %}

{% step %} <mark style="color:$primary;">**Claim your namespace**</mark>

Create a namespace and verify it against your domain
{% endstep %}

{% step %} <mark style="color:$primary;">**Publish your registries**</mark>

Publish your first directory using any schema
{% endstep %}

{% step %} <mark style="color:$primary;">**Look up and query info using DeDi**</mark>

Adopt the DeDi Protocol to start looking up and querying public records in verification flows.
{% endstep %}
{% endstepper %}

{% hint style="danger" icon="globe-pointer" %}
More detailed information on getting started can be found [here](/docs/dedi.global-developers/quickstart/namespace-and-registry-creation.md).
{% endhint %}


---

# 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/about/use-dedi-in-your-workflows.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.
