> For the complete documentation index, see [llms.txt](https://organization-ahk.gitbook.io/teamprism/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organization-ahk.gitbook.io/teamprism/undefined-3.md).

# 기본 키 가이드

## 기본 상호작용 E, Alt

서버내 기본 상호작용은 **E키 혹은 Alt 키**를 눌러 할 수 있습니다.

ALT키를 누르는 경우, 상호작용이 가능한 위치에 하얀색으로 작은 동그라미가 보이니, 그 곳에 중앙에 반투명한 흰색 점을 맞추시면 작동됩니다.

<figure><img src="/files/uFq8uaDekmGRScoKddbd" alt=""><figcaption><p>들어가기 앞서, 노란색은 배고픔, 파란색은 갈증, 초록색은 체력이다. 방탄복은 미니맵우측에 추가된다.</p></figcaption></figure>

<figure><img src="/files/5bGPny1rGqGqYJmajpi3" alt=""><figcaption><p>기본 키 가이드</p></figcaption></figure>

### 평상시에 사용 가능한 상호 작용

**`G`** : 물가에서 사용하면 **낚시**가 가능합니다.

**`C`** : 화면을 뒤로 전환합니다.

**`V`** : 시점을 변환합니다.

**`O`** : 특정 시스템에서 마우스 커서를 활성화 할때 사용됩니다.

**`X`** : 손을 드는 모션을 취합니다.

**`B`** : 방향을 가르키는 모션을 취합니다.

**`J`** : 직업 메뉴를 킵니다.

**`I`** : UI 설정을 바꿀 수 있습니다. 크기, 위치 변경이 가능합니다.&#x20;

* 해당 키에는 UI 활성/비활성화, 시네마틱모드, 기본으로 UI초기화, 음성 대화 범위 조절이 있습니다.

**`T`** : 채팅 창을 활성화합니다. 전체와, 근처로 나뉘어져 있습니다.(바꾸는 방법은 Tab)

**`L`** : 핸드폰을 꺼냅니다.

**`,`** : 레그돌, 제 자리에서 쓰러집니다. 몸이 움직이지 않거나, 특정 상황에서 사용할 수 있습니다.

**`Enter`** : 전화가 왔을 경우 전화를 즉시 받는데 사용됩니다.

**`BackSpace`** : 전화가 왔을 경우 전화를 즉시 거절하는데 사용됩니다.

**`Tab`** : 인벤토리를 열 수 있습니다.

**`F1`** :  간편 메뉴

* 여러 편의 기능이 들어가 있습니다. **운영진 호출 또한 간편 메뉴에 들어가 있습니다.**
* 낚시 리더보드, 캐릭터 초기화, 아파트 운영 등 기능이 들어가 있습니다.

**`F2`** : 퀵 슬롯을 활성화 할 수 있습니다.

* 1 \~ 5 : 퀵 슬롯에 등록되어 있는 아이템을 사용합니다.

**`F3`** : 동아리나, 갱단을 창설 및  관리하는 그룹 메뉴입니다.

**`F7`** : 근처 인원에게 금액을 **청구하는데** 사용됩니다.

### 차량 탑승시 가능한 상호 작용

**`G`** : 차량 내 글러브 박스를 확인 할 수 있습니다.

**`R`** : 차량에 키를 삽입하는데 사용됩니다.

**`Y`** : 차량 시동을 키거나/끄는데 사용됩니다.

**`U`** : 차량 문을 잠구는데 사용됩니다.

&#x20;**`K`**:  좌석 이동, 문,트렁크 창문 열기 등 차량 관련 상호작용입니다.

**`방향키`** : 차량 깜빡이를 키는데 사용됩니다.

* ← 는 좌측깜빡이,  →는 우측깜빡이,  ↑는 비상깜빡이입니다. \
  ※차량 트렁크에 누군가를 실어 넣을 수 있습니다.


---

# 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://organization-ahk.gitbook.io/teamprism/undefined-3.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.
