# BIOS/Boot-Time Access

Kiwi provides immediate access to the target device from the moment it's powered on. This allows you to access the target computer during boot time without needing any configuration on the target's end.

<figure><img src="/files/kDtJSINJBfUeHj1eXjFe" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the keyboard does not work during boot or in the BIOS, try enabling keyboard legacy mode in Settings. For detailed instructions, refer to [Video Tab](/cytrence-kiwi-document/kiwi-settings/markdown.md).
{% endhint %}


---

# 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://cytrence.gitbook.io/cytrence-kiwi-document/kiwi-standard-features/bios-boot-time-access.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.
