# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [얻은 지식 모음](https://mellona-log.gitbook.io/log/ex/knowledge.md)
- [Git에서 알게 된 지식](https://mellona-log.gitbook.io/log/ci-cd/github/git.md)
- [Algorithm 관련 bookmark](https://mellona-log.gitbook.io/log/algorithm-datastructure/algorithm-bookmark.md)
- [2024년](https://mellona-log.gitbook.io/log/memoir/2024.md)
- [gitbook과 github.io를 자동화를 위한 gitaction 연동 - 워크플로우 작성과 문제](https://mellona-log.gitbook.io/log/ci-cd/github-action/gitbook-github.io-gitaction.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://mellona-log.gitbook.io/log/ex/knowledge.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://mellona-log.gitbook.io/log/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://mellona-log.gitbook.io/log/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., `/log/ex/knowledge.md`).

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