# 부팅 옵션

- [15. gRT->GetVariable API를 사용하여 부팅 변수 가져오기 및 구문 분석](https://bob-mcd-team.gitbook.io/uefi/uefi-development/boot-option/15.getvariable-api.md)
- [16. OVMF 이미지 내에 부팅 옵션 추가](https://bob-mcd-team.gitbook.io/uefi/uefi-development/boot-option/16.ovmf-image-boot-option.md)
- [17. 부팅 옵션에 WaitForEvent 함수 추가](https://bob-mcd-team.gitbook.io/uefi/uefi-development/boot-option/17.waitforevent.md)
- [18. ReadKeyStroke 함수로 사용자 입력 처리](https://bob-mcd-team.gitbook.io/uefi/uefi-development/boot-option/18.readkeystroke.md)
- [19. bcfg 명령어를 사용한 부팅 옵션 수정](https://bob-mcd-team.gitbook.io/uefi/uefi-development/boot-option/19.use-bcfg.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/boot-option.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.
