> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/incident-response/ko/getting-started.md).

# 시작하기

- [사고 대응 시작하기](https://help.verkada.com/incident-response/ko/getting-started/get-started-with-incident-response.md): Verkada Workplace의 사고 대응 제공 항목에 대해 알아보세요
- [사고 대응 포털](https://help.verkada.com/incident-response/ko/getting-started/incident-response-portal.md): 비상 상황 후 영향을 받은 사람들에 대한 집계를 간소화합니다
- [사고 대응으로 훈련 실시하기](https://help.verkada.com/incident-response/ko/getting-started/run-drills-with-incident-response.md): 언제든지 응답 템플릿을 연습해 보세요.
- [재결합 훈련 실행 모범 사례](https://help.verkada.com/incident-response/ko/getting-started/run-drills-with-incident-response/best-practices-for-running-reunification-exercises.md): "I Love U Guys" Foundation과 연계된 샘플 데이터를 사용해 몇 초 만에 직원 재결합 전문가로 만들어 보세요.


---

# 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.verkada.com/incident-response/ko/getting-started.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.
