# Guides

Practical how-tos for working with DeDi.global. Each guide covers a specific feature with step-by-step instructions and API examples.

* [**Schema Design**](https://claude.ai/chat/guides/schema-design) — Define registry schemas using pre-built templates or custom JSON Schema (Draft 7).
* [**Bulk Upload**](https://claude.ai/chat/guides/bulk-upload) — Import records at scale via CSV through the UI or API.
* [**Delegation**](https://claude.ai/chat/guides/delegation-guide) — Grant management permissions to other DeDi users at the registry level.
* [**State Management**](https://claude.ai/chat/guides/state-management) — Manage namespace, registry, and record lifecycle including draft publication, registry activation, deletion, and restore.
* [**Watch Feature**](https://claude.ai/chat/guides/watch-feature) — Subscribe to real-time notifications when registries, records, or tags change.


---

# 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/guides.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.
