# Developer documentation

Everything you need to integrate with DeDi.global — from first API call to production deployment.

#### 📘 DeDi 101

Understand the three-tier architecture (Namespace → Registry → Record) and core protocol concepts.

[Read DeDi 101 →](/docs/dedi.global-developers/dedi-101.md)

#### 🚀 Quickstart

Set up your account, create a namespace, verify your domain, and publish your first registry.

[Get started →](/docs/dedi.global-developers/quickstart.md)

#### 📡 API Reference

Complete documentation for all DeDi.global APIs — Publish, Access, Domain Verification, Delegation, State Management, Search, Subscriptions, and Verification.

[View API Reference →](/docs/dedi.global-developers/standard-apis.md)

#### 📖 Guides

Practical how-tos for schema design, bulk upload, delegation, state management, and the Watch feature.

[Browse Guides →](/docs/dedi.global-developers/guides.md)

#### 🔧 API Tools & Resources

Postman Collection and OpenAPI Specification for testing, code generation, and integration.

[View Tools →](/docs/api-tools-and-resources/api-tools.md)


---

# 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/dedi.global-developers/developer-documentation.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.
