# Page Not Found

The URL `000/undefined-5` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [[수학] 역삼각함수 - 아크사인 / 아크코사인 / 아크탄젠트](https://codebook.horang.it/math/undefined-5.md)
- [클래스 - 상속](https://codebook.horang.it/readme/undefined-5.md)
- [[햄스터로봇] 불빛 설정하기](https://codebook.horang.it/undefined/undefined-5.md)
- [[데이터] 데이터셋 불러오기](https://codebook.horang.it/data/undefined-1.md)
- [[데이터] 데이터의 최대/최소/평균](https://codebook.horang.it/data/undefined-2.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://codebook.horang.it/math/undefined-5.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://codebook.horang.it/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://codebook.horang.it/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., `/math/undefined-5.md`).

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