> 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-2.md).

# 알고 있으면 좋은 점

* 차량 하차시, 안전벨트를 매고 있는지를 확인하셔야합니다. 하차가 안된다면 B키를 눌러 안전벨트를 제거해주세요.
* 개인 차량을 키에 꼳아놓고 하차시, 언제든 다른 이들에게 탈취 당할 수 있습니다. 내리기 전 R키를 눌러 **차량에 하차하신 이후 U키를 눌러 차량 잠구는걸** 잊지 말아주세요
* 상호작용은 E키만 있는 것이 아닌 Alt 키도 있습니다. 상호작용이 안된다면 Alt 상호작용을 참고해주세요.
* 만일 차량 탑승 후 움직여지지 않는다면 x를 눌러 손을 한 두번 올렸다가 내려주시면 이동이 됩니다. 만일 이렇게 하더라도 이동이 안된다면 f1 - 개인 - 초기화 부탁드립니다.


---

# 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-2.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.
