> For the complete documentation index, see [llms.txt](https://bob-mcd-team.gitbook.io/uefi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol.md).

# 핸들 및 프로토콜

- [6. 핸들/프로토콜 데이터 베이스 구조 - Part 1](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/6.handle-protocol-part-1.md): ImageHandle에 대한 이론 및 기본 사용
- [7. 핸들/프로토콜 데이터 베이스 구조 - Part 2](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/7.handle-protocol-part-2.md): 애플리케이션 프로토콜에 대한 기본적인 사용
- [8. HandleProtocol API 함수 & ImageHandle 프로토콜을 통한 정보](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/8.handleprotocol-api.md): HandleProtocol 함수에 대한 기본 사용 및 ImageHandle 프로토콜로부터의 정보 얻기
- [9. ProtocolsPerHandle API를 통한 ImageHandle 프로토콜 가져오기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/9.protocolsperhandle-api.md): API를 통해서 간편하게 ImageHandle 프로토콜 가져오기
- [10. EFI\_STATUS 타입 과 EFI\_ERROR 매크로](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/10.efi_status.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

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

`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.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
