# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [4.2  Large Language Model Based AI](https://aof.gitbook.io/arena-of-faith/techniques/4.2-large-language-model-based-ai.md)
- [3.3 ARENA OF DUNGEON CHALLENGERS](https://aof.gitbook.io/arena-of-faith/faith-games/3.3-arena-of-dungeon-challengers.md)
- [3.2 ARENA OF ANCIENT WARRIORS](https://aof.gitbook.io/arena-of-faith/faith-games/3.2-arena-of-ancient-warriors.md)
- [Wallet Binding](https://aof.gitbook.io/arena-of-faith/faith-games/3.1-arena-of-faith/3.1.7-tutorial/wallet-binding.md)
- [4.1  Techniques - Proof of Framesync](https://aof.gitbook.io/arena-of-faith/techniques/4.1-techniques-proof-of-framesync.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://aof.gitbook.io/arena-of-faith/techniques/4.2-large-language-model-based-ai.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://aof.gitbook.io/arena-of-faith/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://aof.gitbook.io/arena-of-faith/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., `/arena-of-faith/techniques/4.2-large-language-model-based-ai.md`).

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