pandocs_get_section
Retrieve a specific Game Boy documentation section, including its bitfields, hardware caveats, and cross-references. Pass a section title, anchor, or page slug to get the relevant details.
Instructions
Read one section, with its bitfields, hardware caveats and cross-references.
Accepts anything you were handed elsewhere: a ref from a search result, a
section title such as "FF40 - LCDC: LCD control", or an anchor found inside
returned prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | 'Page#slug', a section title, or a bare '#Anchor' from another page. | |
| include_subsections | No | Include nested subsections in the text. |