> For the complete documentation index, see [llms.txt](https://1hour.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1hour.gitbook.io/guide/teacher/start/login.md).

# 로그인 및 회원정보 수정

## 로그인

원아워는 웹과 앱에서 동일한 계정으로 로그인할 수 있습니다.\
가입 시 등록한 **아이디(ID)**&#xC640; **비밀번호**를 입력해 로그인하세요.

***

### 로그인 방법

1. [원아워 홈페이지](https://1hour.ai) 또는 앱 실행
2. 로그인 화면에서 아이디(ID)와 비밀번호 입력
3. \[로그인] 버튼 클릭

> 로그인 유지 기능을 선택하면 자주 사용하는 기기에서 매번 로그인하지 않아도 됩니다.

***

### 아이디/비밀번호 찾기

아이디 또는 비밀번호를 잊으셨다면 다음 절차로 복구할 수 있습니다.

1. 로그인 화면 하단의 \[아이디/비밀번호 찾기] 클릭
2. 가입 시 등록한 전화번호 입력
3. 본인 인증 후 아이디를 확인하거나, 비밀번호를 새로 설정할 수 있습니다.

***

### 마이페이지 정보 수정

로그인 후, 우측 상단 프로필 메뉴에서 \[마이페이지]를 클릭하면 다음 정보를 수정할 수 있습니다.

* **성함 변경**
  * 이름을 직접 입력하여 수정할 수 있습니다.
* **비밀번호 변경**
  * 기존 비밀번호 입력 후, 새 비밀번호를 설정할 수 있습니다.

***

### 기관명/로고 수정

로그인 후, 우측 상단 프로필 메뉴에서 \[슈퍼관리자] -> \[기관명/로고관리]를 클릭하면 정보를 수정할 수 있습니다.<br>


---

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

```
GET https://1hour.gitbook.io/guide/teacher/start/login.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.
