# 지오펜스 설정

### 지오펜스 추가

1. `[지오펜스 관리]` 메뉴로 이동합니다.
2. 우측 상단의 `[지오펜스 추가]` 버튼을 클릭합니다.
3. 지도 화면 위에서 원하는 영역을 그립니다. 다음 세 가지 형태 중 선택할 수 있습니다.
   * 다각형
   * 사각형
   * 원형

***

### 지오펜스 정보 입력 및 알림 유형 선택

1. 지오펜스 이름을 입력합니다.
2. 다음 4가지 알림 유형 중 하나 이상을 선택하고 조건을 설정합니다.

   | 알림 유형            | 동작 조건                 | 설정 예시              | 색상    |
   | ---------------- | --------------------- | ------------------ | ----- |
   | **진입 알림**        | 작업자가 구역에 들어오면 즉시 알림   | 위험 구역, 통제 구역 진입 감지 | 🔵 파랑 |
   | **이탈 알림**        | 작업자가 구역을 벗어나면 즉시 알림   | 지정 작업 구역 이탈 감지     | 🟣 보라 |
   | **유지 (체류시간 초과)** | 작업자가 N초 이상 구역에 머물면 알림 | 밀폐 공간 30분 초과 체류    | 🟠주황  |
   | **인원 초과**        | 구역 내에 인원이 N명 이상이면 알림  | 협착 위험 구역 인원 제한     | 🔴 빨강 |
3. `[저장]` 을 클릭하여 적용합니다.

{% hint style="success" %}
**체크 포인트**: 태그를 착용하고 해당 구역을 들어갔다 나와 보며 알림이 정상 발생하는지 확인하십시오.
{% endhint %}


---

# 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://freegrow-1.gitbook.io/product-docs-kr/q2-starterkit/undefined/undefined-5.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.
