# 빠른 시작

Panther 시작하기 [데모를 요청해 보세요!](https://panther.com/product/request-a-demo/)

## 개요

Panther에 오신 것을 환영합니다!

이 가이드는 Panther Console에 처음 로그인하는 방법과 추가 사용자를 초대하는 방법을 안내합니다. 이 단계를 완료한 후에는 [온보딩 가이드](/ko/quick-start/onboarding-guide.md) 에서 전체 온보딩 지침을 확인하세요.

### Panther의 주요 기능 시작하기

{% embed url="<https://youtu.be/c_zNZqmAGSM>" %}

### Panther 사용하기

Panther Console 또는 Panther Developer Workflows를 사용하여 계정과 워크플로를 관리할 수 있습니다.

#### Panther 콘솔

Panther Console은 사용자가 자신의 Panther 인스턴스와 상호 작용할 수 있는 Panther의 웹 인터페이스입니다. 왼쪽 탐색 패널을 통해 Panther Console을 탐색하거나 **⌘ (command) + K** 를 언제든지 눌러 관련 문서를 검색하고 바로 이동할 수 있습니다.

Panther Console 미리보기를 보려면 [개요 비디오](#overview-video) 를 확인하세요.

#### Panther Developer Workflows

Panther Developer Workflows는 Console이 아닌 워크플로로, Panther 계정과 상호 작용하는 데 사용할 수 있으며 다음이 포함됩니다. [CI/CD](/ko/panther/detections-repo/ci-cd/deployment-workflows/circle-ci.md), [API](/ko/panther/api.md), [Terraform](/ko/panther/terraform.md), [pantherlog](/ko/panther/pantherlog.md) 및 [Panther Analysis Tool (PAT)](/ko/panther/detections-repo/pat.md#using-the-panther-analysis-tool).

### 용어집

Panther의 [용어집](/ko/resources/help/glossary.md) 에서는 일반적인 클라우드 네이티브, 보안 및 Panther 관련 용어를 소개합니다. 이 문서 전반에 등장하는 용어에 대한 추가 맥락과 명확한 설명은 용어집을 참조하세요.

## Panther 시작하기

### Panther 초기 로그인

Panther 인스턴스가 프로비저닝되면 Panther Console에 액세스할 수 있습니다.

계정이 프로비저닝되면 다음으로부터 초대 이메일을 받게 됩니다. `no-reply@verificationemail.com` 다음 제목으로 **Panther에 오신 것을 환영합니다!** 임시 Panther Console 로그인 자격 증명이 포함되어 있습니다. 이 이메일이 보이지 않으면 스팸 폴더를 확인하거나 [Panther Support 팀에 문의하세요](/ko/resources/help.md#contact-panther-support).

이 제공된 자격 증명으로 Console에 로그인한 후에는 비밀번호를 업데이트하고 다단계 인증을 설정해야 합니다.

Panther는 강력한 비밀번호를 요구합니다:

* 비밀번호는 최소 12자 이상이어야 합니다
* 비밀번호에는 최소 1개의 대문자가 포함되어야 합니다
* 비밀번호에는 최소 1개의 소문자가 포함되어야 합니다
* 비밀번호에는 최소 1개의 기호가 포함되어야 합니다
* 비밀번호에는 최소 1개의 숫자가 포함되어야 합니다

<figure><img src="/files/bce94c78ca38577f1a1e3b5848ca81c7d3f12c20" alt="The Panther Console&#x27;s login screen"><figcaption></figcaption></figure>

### 사용자 초대하기

성공적으로 로그인한 후에는 다음으로 이동하여 플랫폼에 더 많은 사용자를 초대할 수 있습니다. **설정** > **사용자**.

<figure><img src="/files/f66b3bae87fb4e83e41b6abecb0eec656d7618b3" alt="The Settings gear icon is in the upper right corner. The dropdown menu is open and &#x22;Users&#x22; is highlighted."><figcaption></figcaption></figure>

다음 권한을 가진 사용자를 최소 두 명 이상 설정하는 것을 강력히 권장합니다. [Admin 역할](/ko/system-configuration/rbac.md) 이렇게 하면 필요할 경우 조직이 Panther Console에 다시 액세스하는 데 도움이 됩니다.

또한 다음도 할 수 있습니다. [Single Sign-On (SSO) 제공업체를 설정하고](/ko/system-configuration/saml.md), 선택적으로 [그 사용을 강제할 수 있습니다](/ko/system-configuration/saml.md#how-to-enforce-sso).

Panther Console에 액세스할 수 있는 사용자도 정기적으로 감사하는 것이 좋습니다.

## 다음 단계: Panther 사용 시작하기

Panther Console에 로그인한 후에는 데이터 소스를 온보딩하고, 탐지를 설정하고, 알러트 대상을 구성할 시간입니다. 이러한 작업을 완료하는 방법은 [온보딩 가이드](/ko/quick-start/onboarding-guide.md).


---

# Agent Instructions: 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:

```
GET https://docs.panther.com/ko/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
