> For the complete documentation index, see [llms.txt](https://support.onlogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.onlogic.com/support-articles/faqs/system-setup-questions.md).

# System Setup Questions

<details>

<summary>Where can I find my Windows license key?</summary>

Your Windows license key was removed from the envelope and is located on the underside of your system. The key is covered by a small patch of silver security foil, similar to a lottery ticket. Very gently scratch off the foil to reveal the key.

</details>

<details>

<summary>My secondary storage drive is missing!</summary>

OnLogic currently does not initialize storage drives unless an operating system was installed on them. This means that additional storage drives will not show up out of the box. They need to be initialized and formatted in disk management first.

[Disk Initialization (Windows)](/support-articles/how-tos/operating-systems/windows/disk-initialization-windows.md)

</details>

<details>

<summary>How are the COM ports numbered?</summary>

The COM ports on your system are numbered from left to right, starting with the back plate of your system, and then left to right on the front plate.

</details>

<details>

<summary>Where can I find drivers for my system?</summary>

The drivers can be found on our technical resource pages. Type your system model into the search box above to find the appropriate page.

</details>

<details>

<summary>How do I enable auto power on?</summary>

This varies by unit and will be either a BIOS setting or a jumper inside. Instructions for enabling it can be found on our technical resource pages. Type your system model into the search box above to find the appropriate page.

</details>

<details>

<summary>Why am I not getting video from my display port?</summary>

Video adapters are the common cause of this issue. Try an active adapter to convert the video signal. These use a chip to boot the conversion performance, which help to eliminate video issues. A video adapter without the additional chip circuitry is a passive adapter, which only work for some conversions. Generally, DisplayPort adapters will need an active adapter to convert to VGA, DVI, or HDMI connections. Active adapters can be readily found online.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.onlogic.com/support-articles/faqs/system-setup-questions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
