# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [디버그](https://bob-mcd-team.gitbook.io/uefi/uefi-development/debug.md)
- [41. DEBUG 출력문 내부 구조와 DEBUG 문 제어를 위한 PCD 분석, 그리고 OVMF 부트 로그 가져오기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/debug/41.debug.md)
- [50.UEFI_HII_RESOURCE_SECTION을 사용하여 문자열 패키지와 함께 HII 패키지 목록 게시하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/50.uefi_hii_resource_section.md)
- [43. HII 데이터베이스 개념 및 출력](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/43.hii-database.md)
- [46. EFI_HII_DATABASE_PROTOCOL의 NewPackageList를 사용하여 문자열 패키지가 포함된 HII 패키지 목록 게시](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/46.efi_hii_database_protocol-newpackagelist.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, and the optional `goal` parameter:

```
GET https://bob-mcd-team.gitbook.io/uefi/uefi-development/debug.md?ask=<question>&goal=<end_goal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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://bob-mcd-team.gitbook.io/uefi/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://bob-mcd-team.gitbook.io/uefi/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., `/uefi/uefi-development/debug.md`).

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