# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Уровень 1: Базовый Промптинг](https://ai.docs.centrinvest.ru/chast-iii-prompting-iskusstvo-obsheniya-s-ii/02-prompt-level-1-the-basics.md)
- [Уровень 2: Продвинутый Промптинг](https://ai.docs.centrinvest.ru/chast-iii-prompting-iskusstvo-obsheniya-s-ii/03-prompt-level-2-advanced-techniques.md)
- [Уровень 3: Промпт-инженерия](https://ai.docs.centrinvest.ru/chast-iii-prompting-iskusstvo-obsheniya-s-ii/04-prompt-level-3-prompt-engineering.md)
- [Ресурсы и Инструменты для Изучения ИИ](https://ai.docs.centrinvest.ru/prilozheniya-i-poleznye-materialy/02-resources-and-tools-for-learning-ai.md)
- [Уровень 4: ИИ-ассистенты](https://ai.docs.centrinvest.ru/chast-iii-prompting-iskusstvo-obsheniya-s-ii/05-prompt-level-4-ai-assistants.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://ai.docs.centrinvest.ru/chast-iii-prompting-iskusstvo-obsheniya-s-ii/02-prompt-level-1-the-basics.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://ai.docs.centrinvest.ru/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://ai.docs.centrinvest.ru/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., `/chast-iii-prompting-iskusstvo-obsheniya-s-ii/02-prompt-level-1-the-basics.md`).

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