# 서비스: 개인정보 마스킹

{% hint style="info" %}
웹 로그에는 패스워드와 같은 중요한 개인 정보가 포함될 수 있습니다.&#x20;

이 기능은 중요한 정보를 `*` 문자로 변환하여 노출을 방지합니다.
{% endhint %}

### **1. 중요 정보 마스킹 설정하기** <a href="#id-1" id="id-1"></a>

* 예시: `pwd` 값이 `'1234'`인 경우, 이를 마스킹하여 표시합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Faq/Agent/06.png" alt=""><figcaption></figcaption></figure>

### 2. 설정 메뉴 위치 <a href="#id-2" id="id-2"></a>

* [관리](https://docs.plura.io/ko/function/common/management) > [사용](https://docs.plura.io/ko/function/common/management/use) > 웹  : 개인정보 마스킹

<figure><img src="/files/0XSBSisIEU3tNoCHb4qF" alt=""><figcaption></figcaption></figure>

### 3. 마스킹할 개인정보 추가하기 <a href="#id-3" id="id-3"></a>

* 마스킹할 특정 개인정보를 설정합니다.
  * 예시: `password` 추가

<figure><img src="/files/PIvSP4AaB05Mrf59lmCK" alt=""><figcaption></figcaption></figure>

### 4. 설정 확인 <a href="#id-4" id="id-4"></a>

* 개인정보 마스킹이 정상적으로 적용되었는지 확인합니다.
  * 예시: `pwd` 값이 `****`으로 변환되었는지 확인합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Faq/Agent/09.png" alt=""><figcaption></figcaption></figure>


---

# 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/hidden.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.
