> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/devth-candidates/proceed-evaluation/keyboard-setup.md).

# 키보드 연결

{% hint style="info" %}

* 본 서비스는 Google Chrome 브라우저에 최적화되어 있습니다.
  * 기타 설정에 영향을 받지 않기 위해, Chrome 시크릿 모드(Ctrl+Shift+N, ⌘+Shift+N)로 접속해 주세요.
* 키보드의 정상 동작 여부를 사전에 확인해 주세요.
  {% endhint %}

### 대기실에서 키보드 연결하기

{% tabs %}
{% tab title="🧑🏻‍ 대기실" %}

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

* `점검하기` 버튼을 클릭하여 키보드 연결을 시작합니다.
* 키보드 연결을 위한 안내 사항을 확인한 후, `다음` 단계로 이동합니다.
* 키보드를 사용하여 화면에 보이는 텍스트를 입력합니다.
* 키보드를 입력할 때, 텍스트 색상이 잘 변경되는지 확인합니다.
  {% endtab %}
  {% endtabs %}


---

# 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://help.goorm.io/ko/devth-candidates/proceed-evaluation/keyboard-setup.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.
