# Page Not Found

The URL `r-and-d/soon` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Image Caption](https://docs.bdurham.dev/r-and-d/image-caption.md)
- [Dump-ster Diver](https://docs.bdurham.dev/r-and-d/dump-ster-diver.md)
- [GMKTec Evo X-2 AI Mini PC ++ Ubuntu 25.10](https://docs.bdurham.dev/r-and-d/gmktec-evo-x-2-ai-mini-pc-++-ubuntu-25.10.md)
- [Books](https://docs.bdurham.dev/library/books.md)
- [Nominal](https://docs.bdurham.dev/old-projects/nominal.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.bdurham.dev/r-and-d/image-caption.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.bdurham.dev/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.bdurham.dev/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., `/r-and-d/image-caption.md`).

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