# 핸들 및 프로토콜

- [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: 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:

```
GET https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol.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.

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.
