# 테이블

- [26. EFI\_CONFIGURATION\_TABLE에서 참조되는 테이블](https://bob-mcd-team.gitbook.io/uefi/uefi-development/table/26.efi_configuration_table.md)
- [27. dmem/EFI\_SMBIOS\_PROTOCOL/smbiosview를 통해서 SMBIOS 정보 가져오기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/table/27.-dmem-efi_smbios_protocol-smbiosview-smbios.md)
- [28. EFI\_SHELL\_PROTOCOL을 통하여 ACPI 테이블을 파일에 저장하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/table/28.efi_shell_protocol.md)
- [29. EFI\_ACPI\_SDT\_PROTOCOL 및 ShellLib를 사용하여 ACPI BGRT 테이블에서 BMP 이미지 저장하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/table/29.efi_acpi_sdt_protocol.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/table.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.
