# VFR

- [57. VFR을 사용해 간단한 폼 생성 및 EFI\_FORM\_BROWSER2\_PROTOCOL.SendForm()를 통해 화면에 폼 표시하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/57.vfr-form.md)
- [58. VFR 요소 : subtitle 및 text](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/58.subtitle-and-text.md)
- [59. 간단한 폼 애플리케이션을 UEFI 드라이버 Form으로 변환하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/59.form-application.md)
- [60. gRT->SetVariable() 함수를 사용한 UEFI 변수 생성, 변경 및 삭제](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/60.setvariable.md)
- [61.dmpstore 명령을 사용하여 변수를 파일에 저장/로드하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/61.dmpstore.md): dmpstore 변수 덤프에서 CRC32 체크섬을 재계산하는 애플리케이션 작성하기
- [62. UEFI Device path의 구조](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/62.uefi-device-path.md): 동적 및 정적 Device path. Device path를 통한 상호 작용
- [63. checkbox를 가진 HII 폼 만들기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/63.checkbox-hii-form-part-1.md): 파트 1: checkbox 요소 및 efivarstore 요소에 대한 VFR 코드
- [64. checkbox를 가진 HII폼 만들기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/64.checkbox-hii-form-part-2.md): 파트 2: efivarstore가 올바르게 작동하는 데 필요한 코드 작성하기
- [65. VFR 추가 입력 요소 Part 1: number](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/65.vfr-number.md)
- [66. VFR 추가 입력 요소 Part 2: string](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/66.vfr-string.md)
- [67. VFR 추가 입력 요소 Part 3: date & time](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/67.vfr-date-time.md)
- [68. VFR 추가 입력 요소 Part 3: oneof & orderedlist](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/68.vfr-oneof-orderedlist.md)
- [69. VFR의 조건부 키워드](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/69.vfr-if.md): suppressif/grayoutif/disableif/warningif/nosubmitif/inconsistentif
- [70. VFR의 상수 및 연산자가 내장된 기본 조건문](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/70.vfr-if.md): ideqval/ideqvalist/ideqid/questionref/pushthis
- [71. 기본 VFR 내장 문자열용 함수](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/71.vfr-string-func.md): stringref/toupper/tolower/length
- [72. label 키워드를 이용하여 HII 양식에 동적 요소 추가하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/72.label-keyword.md)
- [73. VFR question 기본값 설정](https://bob-mcd-team.gitbook.io/uefi/uefi-development/vfr/73.vfr-question.md): default/defaultstore/resetbutton


---

# 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/vfr.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.
