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

# 도움말

## 개요

이 페이지는 Panther 사용과 관련된 질문과 문제에 대한 리소스를 제공합니다.

### Panther의 지식 베이스

Panther의 지식 베이스(KB)는 [help.panther.com](https://help.panther.com/)에 있으며, 자주 묻는 질문에 대한 답변과 일반적인 오류 및 문제를 해결하는 데 도움이 되는 문서가 포함되어 있습니다. 홈 페이지의 주제를 탐색하거나 KB의 검색창을 사용하여 필요한 정보를 찾을 수 있습니다.

### Panther Community

Panther의 Slack Community는 보안 전문가와 연결하고, 디택션 코드를 공유하며, 다른 Panther 사용자들로부터 배울 수 있는 장소입니다. 참여를 원하시면 [Panther Community 가입](http://pnthr.io/community) 페이지를 참조하세요.

### Panther 지원팀에 문의

KB나 아래에 나열된 리소스에서 필요한 답변을 찾지 못했다면, 다음 방법으로 Panther 지원팀에 문의할 수 있습니다:

* Slack
  * Panther 채널에 메시지를 보낸 다음, 해당 메시지에 티켓 이모지로 반응하세요.
* 이메일
  * <support@panther.com>으로 메시지를 보내세요.
* Pylon messenger
  * Panther Console의 오른쪽 아래 모서리에서 채팅 아이콘을 클릭하세요:

    <figure><img src="/files/334a94cdfa3237db4c0637833174ebc6bdd2a71b" alt="A blue circle encompasses a white speaking bubble." width="53"><figcaption></figcaption></figure>

## 유용한 Panther 리소스

### Panther 시작하기

{% content-ref url="/pages/4dd235d75adaac97eca2920ad307ae30e51cd463" %}
[빠른 시작](/ko/quick-start.md)
{% endcontent-ref %}

### Panther 용어집

{% content-ref url="/pages/0c5933b2c737bd59e0a5439281028c563a8e6e0b" %}
[용어집](/ko/resources/help/glossary.md)
{% endcontent-ref %}

### Panther의 운영 모니터링, 도구 및 아키텍처

{% content-ref url="/pages/e32e2ff01e097e61fb798bf3dde515d39ebbdca5" %}
[작업](/ko/resources/help/operations.md)
{% endcontent-ref %}

### Panther 보안 및 개인정보 보호

{% content-ref url="/pages/6202f03443eee9f05c756552df21f9cf33196155" %}
[보안 및 개인정보 보호](/ko/resources/help/security-privacy.md)
{% endcontent-ref %}

### Panther 및 Statuspage 알림

* Panther는 여러 고객에게 영향을 미치거나 영향을 미칠 수 있는 서비스 장애에 대해 게시하기 위해 Statuspage를 사용합니다.
* 다음을 방문하고 [Statuspage](https://status.panther.com/) 업데이트를 구독하여 Panther 서비스 중단이 발생할 때 알림을 받으세요.

### Panther 잠재 고객

* 기존 고객이 아니며 영업팀 담당자와 상담하고 싶다면, [데모를 요청하려면 이 페이지를 방문하세요](https://panther.com/product/request-a-demo/).


---

# 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://docs.panther.com/ko/resources/help.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.
