# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Building a Proactive GenAI Agent with Real-Time Context](https://docs.deltastream.io/use-cases/building-a-proactive-genai-agent-with-real-time-context.md)
- [Metrics](https://docs.deltastream.io/reference/metrics.md)
- [Using an AWS S3 Store as a Source to Feed an MSK Topic](https://docs.deltastream.io/use-cases/using-an-aws-s3-store-as-a-source-to-feed-an-msk-topic.md)
- [Starting with the CLI](https://docs.deltastream.io/getting-started/starting-with-cli.md)
- [Materialized View](https://docs.deltastream.io/reference/sql-syntax/query/materialized-view.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.deltastream.io/use-cases/building-a-proactive-genai-agent-with-real-time-context.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.deltastream.io/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.deltastream.io/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., `/use-cases/building-a-proactive-genai-agent-with-real-time-context.md`).

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