# Page Not Found

The URL `files/0UqZsh6SkGShza9dO3Gp` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Custom DAO](https://docs.realms.today/developer-resources/custom-dao.md)
- [V1 Voter Stake Registry Plugin](https://docs.realms.today/developer-resources/plugins-v1/v1-voter-stake-registry-plugin.md)
- [Configurations](https://docs.realms.today/realms-v2/dao-creation-wizard/configurations.md)
- [Custom Plugin](https://docs.realms.today/developer-resources/custom-plugin.md)
- [SDK DAO Creation](https://docs.realms.today/developer-resources/sdk/sdk-dao-creation.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.realms.today/developer-resources/custom-dao.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.

### Option 2 — Browse the documentation index

Full index: https://docs.realms.today/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.realms.today/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/developer-resources/custom-dao.md`).

You may also use `Accept: text/markdown` header for content negotiation.
