# PoC 진행 방법 안내

{% hint style="info" %}
다음 순서로 진행하면 **3분** 내로 완료됩니다.

1. **회원 가입**
2. **로그인**
3. **에이전트 설치**
   {% endhint %}

## 1. 회원 가입 및 고객 지원 요청 <a href="#id-1" id="id-1"></a>

### 1-1. PLURA 계정 생성 <a href="#id-1-1" id="id-1-1"></a>

* **무료 평가판 시작**: [회원 가입 페이지](https://www.plura.io/signup/)
* 이메일 인증 후 계정이 생성되며, **14일 동안 무료 평가판 라이선스**가 제공됩니다.
* 필요 시, 평가판 라이선스 연장 요청도 가능합니다.

### 1-2. 고객 지원 요청 <a href="#id-1-2" id="id-1-2"></a>

* 로그 분석 지원을 위해 계정 생성 후 **고객 지원 요청하기**를 선택합니다.
* **요청 사유**: 예) 해킹 공격 탐지 및 대응
* **메뉴 위치**: [관리](https://docs.plura.io/ko/function/common/management) > [서비스](https://docs.plura.io/ko/function/common/management/service) > 고객 지원 요청하기

<figure><img src="https://qubitsec.github.io/docs/images/Additianal/cloud/2.png" alt=""><figcaption></figcaption></figure>

### 1-3. 동료 초대 (선택사항) <a href="#id-1-3" id="id-1-3"></a>

* 추가 관리자가 필요한 경우, **동료 초대** 기능을 이용하여 계정에 관리자를 추가할 수 있습니다.
* 여러 사용자와 분석 대상 시스템을 **통합 관리**할 수 있습니다.
* **메뉴 위치**: [관리](https://docs.plura.io/ko/function/common/management) > [멤버](https://docs.plura.io/ko/function/common/management/member) > 멤버 추가&#x20;

## 2. 에이전트 설치 <a href="#id-2" id="id-2"></a>

### 2-1. 에이전트 설치 안내 <a href="#id-2-1" id="id-2-1"></a>

* 로그인 후, **"Install Agents"** 페이지로 이동하여 에이전트 설치를 진행합니다.
* 설치 방법은 [에이전트 설치 매뉴얼](https://docs.plura.io/ko/agents/edr) 또는 에이전트 설치 영상을 참고하십시오.

### 2-2. 사전 환경 확인 <a href="#id-2-2" id="id-2-2"></a>

* 설치 전에 시스템 환경을 확인합니다.
* **확인 항목**: OS 버전, 웹서버 종류 및 버전, 웹 서비스 포트 정보
  * 예시: *Rocky Linux 8 / Apache 2.4 / TCP 80*
* 윈도우즈의 경우, [Sysmon 설치](/ko/agents/edr/windows/sysmon.md)가 필요합니다.
* 환경 정보에 따라 정확한 설치 페이지를 안내해 드립니다.

### 2-3. 에이전트 설치 - 원격 지원 <a href="#id-2-3" id="id-2-3"></a>

* 설치 과정에서 문제가 발생하면 **원격 접속**을 통해 설치를 지원해 드립니다.


---

# 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.plura.io/ko/faq/comm/poc.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.
