> For the complete documentation index, see [llms.txt](https://help.ilabs.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ilabs.co.kr/02/login.md).

# 로그인

## 1 개요

> 아이랩은 사용자별 아이디를 발급하고 로그인 후 사용 할 수 있는 프로그램입니다.

## 2 화면 구성 및 설명&#x20;

![아이랩 실행 시 로그인 팝업창](/files/-L9xdpX2-2dS0OOtA-IQ)

### 1 **기관코드**

기관코드는 각 검사기관별 부여된 코드입니다. 로그인하기 위해서는 본인이 소속된 검사기관의 기관 코드를 알고 있어야 합니다. 기관코드를 잊어버린 경우 각 기관의 관리자에게 문의하시기 바랍니다.

### 2 **User ID**

아이랩 프로그램에 로그인하기 위한 사용자 아이디 입니다. 발급받은 아이디를 입력합니다.

### 3 **Password**

사용자 아이디에 대한 암호를 입력합니다.

### 4 보안 접속

🔘**ON** 활성화시 HTTPS 방식으로 아이랩에 로그인합니다.

🔘**OFF** 활성화시 HTTP 방식으로 아이랩에 로그인합니다.

{% hint style="danger" %}
만약 아이랩 로그인 시 문제가 발생한다면 🔘OFF 활성화 후 로그인을 진행합니다.
{% endhint %}


---

# 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://help.ilabs.co.kr/02/login.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.
