# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Connect external system](https://docs.kawa.ai/01_00_data_integration/01_02_connect_external_system.md)
- [Python tools — case 1](https://docs.kawa.ai/09_00_python_integration/09_03_python_tools_case1.md)
- [Oauth2 configuration](https://docs.kawa.ai/11_00_exploitation/11_03_oauth2_configuration.md)
- [Control panel](https://docs.kawa.ai/02_00_modeling/02_01_control_panel.md)
- [Release note - KAWA 1.34](https://docs.kawa.ai/12_00_release_notes/12_03_release_note_1.34.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.kawa.ai/01_00_data_integration/01_02_connect_external_system.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.kawa.ai/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.kawa.ai/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., `/01_00_data_integration/01_02_connect_external_system.md`).

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