# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Three Horizons Multi-Actor Mapping](https://www.h3uni.org/facilitation-guide/three-horizons-multi-actor-mapping.md)
- [Synergy with the World Mandala](https://www.h3uni.org/facilitation-guide/synergy-with-the-world-mandala.md)
- [Gaining Perspective with the Wheel of Wisdom](https://www.h3uni.org/facilitation-guide/gaining-perspective-with-the-wheel-of-wisdom.md)
- [H3Uni Practice Framework](https://www.h3uni.org/tutorial/h3uni-practice-framework.md)
- [Dilemma Navigation](https://www.h3uni.org/facilitation-guide/dilemma-navigation-guide.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://www.h3uni.org/facilitation-guide/three-horizons-multi-actor-mapping.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://www.h3uni.org/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://www.h3uni.org/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., `/facilitation-guide/three-horizons-multi-actor-mapping.md`).

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